COLOR #5AC0B2

HEX: #5AC0B2
RGB: (90,192,178)

Color info

#5AC0B2 contains mainly green and blue colors. Web safe color of #5AC0B2 is #66CC99 (or #6C9).

RGB color model

#5AC0B2 color RGB value is (90,192,178).

  • red value is 90;
  • green value is 192;
  • blue value is 178.
RGB:
(90,192,178)
(35%,75%,70%)

RGB channels and saturation

R 90 of 255 = 35%
G 192 of 255 = 75%
B 178 of 255 = 70%

90
192
178

R + G + B ~ 60%. #5AC0B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 192 + 178 = 460 (100%)
R 90 of 460 ~ 19.57%
G 192 of 460 ~ 41.74%
B 178 of 460 ~ 38.7%

%19.57
%41.74
%38.7

CMYK color model

#5AC0B2 color CMYK value is (53,0,7,25).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK:
(53,0,7,25)
C53M0Y7K25 
(53%,0%,7%,25%)
(0.53/0.00/0.07/0.25)	

CMYK percentages

%53.13
%0
%7.29
%24.71

Codes

Color #5AC0B2 in popluar color models

5AC0B2
RGB90192178
HSL172°44.74%55.29%
HSB/HSV172°53.13%75.29%
CMYK53.13%0.00%7.29%
24.71%

Color #5AC0B2 in popluar number systems.

HEX5AC0B2
Decimal90192178
Binary10110101100000010110010
Octal132300262

Shades and tints

Shades of #5AC0B2

#5AC0B2
(90,192,178)
#52AFA2
(82,175,162)
#4A9E92
(74,158,146)
#428D82
(66,141,130)
#3A7C72
(58,124,114)
#326B62
(50,107,98)
#2A5A52
(42,90,82)
#224942
(34,73,66)
#1A3832
(26,56,50)
#122722
(18,39,34)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #5AC0B2

#5AC0B2
(90,192,178)
#69C5B9
(105,197,185)
#78CAC0
(120,202,192)
#87CFC7
(135,207,199)
#96D4CE
(150,212,206)
#A5D9D5
(165,217,213)
#B4DEDC
(180,222,220)
#C3E3E3
(195,227,227)
#D2E8EA
(210,232,234)
#E1EDF1
(225,237,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC0B2 color. Also use rgb(90,192,178) instead hex code.

Text Font Color

.myTextColor { color: #5AC0B2; }

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

This text font color is #5AC0B2.


Background Color

.myBgColor { background-color: #5AC0B2; }

<div style="background-color:#5AC0B2">Inner text</div>

This div background color is #5AC0B2.


Border color

.myBorderColor { border: 1px solid #5AC0B2; }

<div style="border:3px solid #5AC0B2">Div</div>

This div border color is #5AC0B2.


Opacity

.myOpacity80 { color: #5AC0B2; opacity: 0.8; }

<p style="color:#5AC0B2;opacity:0.8;">80%</p>

Text with #5AC0B2 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 #5AC0B2;}

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

This text has shadow with #5AC0B2 color.

.textShadow {text-shadow: 3px 3px 1px #5AC0B2, 3px 3px 1px red;}

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

This text has shadow with #5AC0B2 primary color and red secondary color.


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

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

This text has shadow with #5AC0B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC0B2 on black background.


Color preview on white background

This text has color #5AC0B2 on white background.



Black color preview on #5AC0B2 background

This text has black color on #5AC0B2 background.


White color preview on #5AC0B2 background

This text has white color on #5AC0B2 background.