#58CA88

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

Shades of Emerald #58CA88

Tints of Emerald #58CA88

Color information

#58CA88 (or 0x58CA88) is unknown color: approx Emerald. HEX triplet: 58, CA and 88. RGB value is (88,202,136). Sum of RGB (Red+Green+Blue) = 88+202+136=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CA88 is #A73577. Grayscale: #A0A0A0. Windows color (decimal): -10958200 or 8964696. OLE color: 8964696.

HSL color Cylindrical-coordinate representation of color #58CA88: hue angle of 145.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CA88 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB88202136-
CMYK0.5600.330.21
HSL145.26º51.82%56.86%-
HSV(B)145.26º56.44%79.22%-
XYZ29.5946.0930.63-
YUV160.39114.2376.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.66%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=20.66%
G=47.42%
B=31.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021360.5600.330.21145.2651.8256.86
Hex58CA883802115913439
Octal13031221070041252216471
Binary1011000110010101000100011100001000011010110010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58CA88; }

 p { color: rgb(88,202,136); }

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

<style>
 a { background-color: #58CA88; }

 a { background-color: rgb(88,202,136); }

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

<style>
 span { border-color: #58CA88; }

 span { border-color: rgb(88,202,136); }

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