COLOR #5CE9AF

HEX: #5CE9AF
RGB: (92,233,175)

Color info

#5CE9AF contains mainly green and blue colors. Web safe color of #5CE9AF is #66FF99 (or #6F9).

RGB color model

#5CE9AF color RGB value is (92,233,175).

  • red value is 92;
  • green value is 233;
  • blue value is 175.
RGB:
(92,233,175)
(36%,91%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 233 of 255 = 91%
B 175 of 255 = 69%

92
233
175

R + G + B ~ 65%. #5CE9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 233 + 175 = 500 (100%)
R 92 of 500 ~ 18.4%
G 233 of 500 ~ 46.6%
B 175 of 500 ~ 35%

%18.4
%46.6
%35

CMYK color model

#5CE9AF color CMYK value is (61,0,25,9).

  • cyan value is 60.52%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(61,0,25,9)
C61M0Y25K9 
(61%,0%,25%,9%)
(0.61/0.00/0.25/0.09)	

CMYK percentages

%60.52
%0
%24.89
%8.63

Codes

Color #5CE9AF in popluar color models

5CE9AF
RGB92233175
HSL155°76.22%63.73%
HSB/HSV155°60.52%91.37%
CMYK60.52%0.00%24.89%
8.63%

Color #5CE9AF in popluar number systems.

HEX5CE9AF
Decimal92233175
Binary10111001110100110101111
Octal134351257

Shades and tints

Shades of #5CE9AF

#5CE9AF
(92,233,175)
#54D4A0
(84,212,160)
#4CBF91
(76,191,145)
#44AA82
(68,170,130)
#3C9573
(60,149,115)
#348064
(52,128,100)
#2C6B55
(44,107,85)
#245646
(36,86,70)
#1C4137
(28,65,55)
#142C28
(20,44,40)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #5CE9AF

#5CE9AF
(92,233,175)
#6AEBB6
(106,235,182)
#78EDBD
(120,237,189)
#86EFC4
(134,239,196)
#94F1CB
(148,241,203)
#A2F3D2
(162,243,210)
#B0F5D9
(176,245,217)
#BEF7E0
(190,247,224)
#CCF9E7
(204,249,231)
#DAFBEE
(218,251,238)
#E8FDF5
(232,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CE9AF color. Also use rgb(92,233,175) instead hex code.

Text Font Color

.myTextColor { color: #5CE9AF; }

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

This text font color is #5CE9AF.


Background Color

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

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

This div background color is #5CE9AF.


Border color

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

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

This div border color is #5CE9AF.


Opacity

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

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

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

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

This text has shadow with #5CE9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CE9AF on black background.


Color preview on white background

This text has color #5CE9AF on white background.



Black color preview on #5CE9AF background

This text has black color on #5CE9AF background.


White color preview on #5CE9AF background

This text has white color on #5CE9AF background.