#53CA87

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

Shades of Emerald #53CA87

Tints of Emerald #53CA87

Color information

#53CA87 (or 0x53CA87) is unknown color: approx Emerald. HEX triplet: 53, CA and 87. RGB value is (83,202,135). Sum of RGB (Red+Green+Blue) = 83+202+135=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA87 is #AC3578. Grayscale: #9E9E9E. Windows color (decimal): -11285881 or 8899155. OLE color: 8899155.

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

Color convert

RGB83202135-
CMYK0.5900.330.21
HSL146.22º52.89%55.88%-
HSV(B)146.22º58.91%79.22%-
XYZ29.0645.8330.24-
YUV158.78114.5873.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=19.76%
G=48.10%
B=32.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021350.5900.330.21146.2252.8955.88
Hex53CA873B02115923538
Octal12331220773041252226570
Binary1010011110010101000011111101101000011010110010010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CA87; }

 p { color: rgb(83,202,135); }

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

<style>
 a { background-color: #53CA87; }

 a { background-color: rgb(83,202,135); }

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

<style>
 span { border-color: #53CA87; }

 span { border-color: rgb(83,202,135); }

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