COLOR #35A6B8

HEX: #35A6B8
RGB: (53,166,184)

Color info

#35A6B8 contains mainly green and blue colors. Web safe color of #35A6B8 is #3399CC (or #39C).

RGB color model

#35A6B8 color RGB value is (53,166,184).

  • red value is 53;
  • green value is 166;
  • blue value is 184.
RGB:
(53,166,184)
(21%,65%,72%)

RGB channels and saturation

R 53 of 255 = 21%
G 166 of 255 = 65%
B 184 of 255 = 72%

53
166
184

R + G + B ~ 53%. #35A6B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 166 + 184 = 403 (100%)
R 53 of 403 ~ 13.15%
G 166 of 403 ~ 41.19%
B 184 of 403 ~ 45.66%

%13.15
%41.19
%45.66

CMYK color model

#35A6B8 color CMYK value is (71,10,0,28).

  • cyan value is 71.20%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(71,10,0,28)
C71M10Y0K28 
(71%,10%,0%,28%)
(0.71/0.10/0.00/0.28)	

CMYK percentages

%71.2
%9.78
%0
%27.84

Codes

Color #35A6B8 in popluar color models

35A6B8
RGB53166184
HSL188°55.27%46.47%
HSB/HSV188°71.20%72.16%
CMYK71.20%9.78%0.00%
27.84%

Color #35A6B8 in popluar number systems.

HEX35A6B8
Decimal53166184
Binary1101011010011010111000
Octal65246270

Shades and tints

Shades of #35A6B8

#35A6B8
(53,166,184)
#3197A8
(49,151,168)
#2D8898
(45,136,152)
#297988
(41,121,136)
#256A78
(37,106,120)
#215B68
(33,91,104)
#1D4C58
(29,76,88)
#193D48
(25,61,72)
#152E38
(21,46,56)
#111F28
(17,31,40)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #35A6B8

#35A6B8
(53,166,184)
#47AEBE
(71,174,190)
#59B6C4
(89,182,196)
#6BBECA
(107,190,202)
#7DC6D0
(125,198,208)
#8FCED6
(143,206,214)
#A1D6DC
(161,214,220)
#B3DEE2
(179,222,226)
#C5E6E8
(197,230,232)
#D7EEEE
(215,238,238)
#E9F6F4
(233,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A6B8 color. Also use rgb(53,166,184) instead hex code.

Text Font Color

.myTextColor { color: #35A6B8; }

<p style="color:#35A6B8">This sample text font color is #35A6B8.</p>

This text font color is #35A6B8.


Background Color

.myBgColor { background-color: #35A6B8; }

<div style="background-color:#35A6B8">Inner text</div>

This div background color is #35A6B8.


Border color

.myBorderColor { border: 1px solid #35A6B8; }

<div style="border:3px solid #35A6B8">Div</div>

This div border color is #35A6B8.


Opacity

.myOpacity80 { color: #35A6B8; opacity: 0.8; }

<p style="color:#35A6B8;opacity:0.8;">80%</p>

Text with #35A6B8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35A6B8;}

<p style="text-shadow: 3px 3px 1px #35A6B8">Text here.</p>

This text has shadow with #35A6B8 color.

.textShadow {text-shadow: 3px 3px 1px #35A6B8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35A6B8, 5px 5px 20px red">Text here.</p>

This text has shadow with #35A6B8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35A6B8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35A6B8, Direction=45, Strength=4)">Text</p>

This text has shadow with #35A6B8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #35A6B8;
  -webkit-box-shadow:	1px 1px 3px 2px #35A6B8;
  box-shadow:		1px 1px 3px 2px #35A6B8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35A6B8;
-webkit-box-shadow: 1px 1px 3px 2px #35A6B8;
box-shadow:1px 1px 3px 2px #35A6B8;">
Div content here</div>
This div box has shadow with color #35A6B8.

Preview

Color preview on black background

This text has color #35A6B8 on black background.


Color preview on white background

This text has color #35A6B8 on white background.



Black color preview on #35A6B8 background

This text has black color on #35A6B8 background.


White color preview on #35A6B8 background

This text has white color on #35A6B8 background.