COLOR #5AE5C2

HEX: #5AE5C2
RGB: (90,229,194)

Color info

#5AE5C2 contains mainly green and blue colors. Web safe color of #5AE5C2 is #66CCCC (or #6CC).

RGB color model

#5AE5C2 color RGB value is (90,229,194).

  • red value is 90;
  • green value is 229;
  • blue value is 194.
RGB:
(90,229,194)
(35%,90%,76%)

RGB channels and saturation

R 90 of 255 = 35%
G 229 of 255 = 90%
B 194 of 255 = 76%

90
229
194

R + G + B ~ 67%. #5AE5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 229 + 194 = 513 (100%)
R 90 of 513 ~ 17.54%
G 229 of 513 ~ 44.64%
B 194 of 513 ~ 37.82%

%17.54
%44.64
%37.82

CMYK color model

#5AE5C2 color CMYK value is (61,0,15,10).

  • cyan value is 60.70%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 10.20%
CMYK:
(61,0,15,10)
C61M0Y15K10 
(61%,0%,15%,10%)
(0.61/0.00/0.15/0.10)	

CMYK percentages

%60.7
%0
%15.28
%10.2

Codes

Color #5AE5C2 in popluar color models

5AE5C2
RGB90229194
HSL165°72.77%62.55%
HSB/HSV165°60.70%89.80%
CMYK60.70%0.00%15.28%
10.20%

Color #5AE5C2 in popluar number systems.

HEX5AE5C2
Decimal90229194
Binary10110101110010111000010
Octal132345302

Shades and tints

Shades of #5AE5C2

#5AE5C2
(90,229,194)
#52D1B1
(82,209,177)
#4ABDA0
(74,189,160)
#42A98F
(66,169,143)
#3A957E
(58,149,126)
#32816D
(50,129,109)
#2A6D5C
(42,109,92)
#22594B
(34,89,75)
#1A453A
(26,69,58)
#123129
(18,49,41)
#0A1D18
(10,29,24)
#000000
(0,0,0)

Tints of #5AE5C2

#5AE5C2
(90,229,194)
#69E7C7
(105,231,199)
#78E9CC
(120,233,204)
#87EBD1
(135,235,209)
#96EDD6
(150,237,214)
#A5EFDB
(165,239,219)
#B4F1E0
(180,241,224)
#C3F3E5
(195,243,229)
#D2F5EA
(210,245,234)
#E1F7EF
(225,247,239)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AE5C2 color. Also use rgb(90,229,194) instead hex code.

Text Font Color

.myTextColor { color: #5AE5C2; }

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

This text font color is #5AE5C2.


Background Color

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

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

This div background color is #5AE5C2.


Border color

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

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

This div border color is #5AE5C2.


Opacity

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

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

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

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

This text has shadow with #5AE5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE5C2 on black background.


Color preview on white background

This text has color #5AE5C2 on white background.



Black color preview on #5AE5C2 background

This text has black color on #5AE5C2 background.


White color preview on #5AE5C2 background

This text has white color on #5AE5C2 background.