#5CB97E

Color #5CB97E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5CB97E

Tints of Emerald #5CB97E

Color information

#5CB97E (or 0x5CB97E) is unknown color: approx Emerald. HEX triplet: 5C, B9 and 7E. RGB value is (92,185,126). Sum of RGB (Red+Green+Blue) = 92+185+126=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB97E is #A34681. Grayscale: #969696. Windows color (decimal): -10700418 or 8304988. OLE color: 8304988.

HSL color Cylindrical-coordinate representation of color #5CB97E: hue angle of 141.94º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB97E is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB92185126-
CMYK0.5000.320.27
HSL141.94º39.91%54.31%-
HSV(B)141.94º50.27%72.55%-
XYZ25.5338.4825.82-
YUV150.47114.1986.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=22.83%
G=45.91%
B=31.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851260.5000.320.27141.9439.9154.31
Hex5CB97E320201B8e2836
Octal13427117662040332165066
Binary101110010111001111111011001001000001101110001110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB97E; }

 p { color: rgb(92,185,126); }

 H1.HeaderClassName
 {
   color: #5CB97E;
 }
 .AnyTagClassName
 {
   color: #5CB97E;
 }
</style>
background-color css

<style>
 a { background-color: #5CB97E; }

 a { background-color: rgb(92,185,126); }

 div.DivClassName
 {
   background-color: #5CB97E;
 }
 .BgClassName
 {
   background-color: #5CB97E;
 }
</style>
border-color css

<style>
 span { border-color: #5CB97E; }

 span { border-color: rgb(92,185,126); }

 td.TdClassName
 {
   border-color: #5CB97E;
 }
 .TagClassName
 {
   border-color: #5CB97E;
 }
</style>