#58CA82

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

Shades of Emerald #58CA82

Tints of Emerald #58CA82

Color information

#58CA82 (or 0x58CA82) is unknown color: approx Emerald. HEX triplet: 58, CA and 82. RGB value is (88,202,130). Sum of RGB (Red+Green+Blue) = 88+202+130=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CA82 is #A7357D. Grayscale: #9F9F9F. Windows color (decimal): -10958206 or 8571480. OLE color: 8571480.

HSL color Cylindrical-coordinate representation of color #58CA82: hue angle of 142.11º 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 #58CA82 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB88202130-
CMYK0.5600.360.21
HSL142.11º51.82%56.86%-
HSV(B)142.11º56.44%79.22%-
XYZ29.1745.9328.45-
YUV159.71111.2376.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.95%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=20.95%
G=48.10%
B=30.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal882021300.5600.360.21142.1151.8256.86
Hex58CA8238024158e3439
Octal13031220270044252166471
Binary1011000110010101000001011100001001001010110001110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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