COLOR #5AEBE7

HEX: #5AEBE7
RGB: (90,235,231)

Color info

#5AEBE7 contains mainly green and blue colors. Web safe color of #5AEBE7 is #66FFFF (or #6FF).

RGB color model

#5AEBE7 color RGB value is (90,235,231).

  • red value is 90;
  • green value is 235;
  • blue value is 231.
RGB:
(90,235,231)
(35%,92%,91%)

RGB channels and saturation

R 90 of 255 = 35%
G 235 of 255 = 92%
B 231 of 255 = 91%

90
235
231

R + G + B ~ 73%. #5AEBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 235 + 231 = 556 (100%)
R 90 of 556 ~ 16.19%
G 235 of 556 ~ 42.27%
B 231 of 556 ~ 41.55%

%16.19
%42.27
%41.55

CMYK color model

#5AEBE7 color CMYK value is (62,0,2,8).

  • cyan value is 61.70%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(62,0,2,8)
C62M0Y2K8 
(62%,0%,2%,8%)
(0.62/0.00/0.02/0.08)	

CMYK percentages

%61.7
%0
%1.7
%7.84

Codes

Color #5AEBE7 in popluar color models

5AEBE7
RGB90235231
HSL178°78.38%63.73%
HSB/HSV178°61.70%92.16%
CMYK61.70%0.00%1.70%
7.84%

Color #5AEBE7 in popluar number systems.

HEX5AEBE7
Decimal90235231
Binary10110101110101111100111
Octal132353347

Shades and tints

Shades of #5AEBE7

#5AEBE7
(90,235,231)
#52D6D2
(82,214,210)
#4AC1BD
(74,193,189)
#42ACA8
(66,172,168)
#3A9793
(58,151,147)
#32827E
(50,130,126)
#2A6D69
(42,109,105)
#225854
(34,88,84)
#1A433F
(26,67,63)
#122E2A
(18,46,42)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #5AEBE7

#5AEBE7
(90,235,231)
#69ECE9
(105,236,233)
#78EDEB
(120,237,235)
#87EEED
(135,238,237)
#96EFEF
(150,239,239)
#A5F0F1
(165,240,241)
#B4F1F3
(180,241,243)
#C3F2F5
(195,242,245)
#D2F3F7
(210,243,247)
#E1F4F9
(225,244,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AEBE7 color. Also use rgb(90,235,231) instead hex code.

Text Font Color

.myTextColor { color: #5AEBE7; }

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

This text font color is #5AEBE7.


Background Color

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

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

This div background color is #5AEBE7.


Border color

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

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

This div border color is #5AEBE7.


Opacity

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

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

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

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

This text has shadow with #5AEBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AEBE7 on black background.


Color preview on white background

This text has color #5AEBE7 on white background.



Black color preview on #5AEBE7 background

This text has black color on #5AEBE7 background.


White color preview on #5AEBE7 background

This text has white color on #5AEBE7 background.