#53DE8E

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

Shades of Emerald #53DE8E

Tints of Emerald #53DE8E

Color information

#53DE8E (or 0x53DE8E) is unknown color: approx Emerald. HEX triplet: 53, DE and 8E. RGB value is (83,222,142). Sum of RGB (Red+Green+Blue) = 83+222+142=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 222 (87.11% from 255 or 49.66% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 222 - color contains mainly: green. Hex color #53DE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DE8E is #AC2171. Grayscale: #ABABAB. Windows color (decimal): -11280754 or 9363027. OLE color: 9363027.

HSL color Cylindrical-coordinate representation of color #53DE8E: hue angle of 145.47º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DE8E is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB83222142-
CMYK0.6300.360.13
HSL145.47º67.8%59.8%-
HSV(B)145.47º62.61%87.06%-
XYZ34.5756.0334.58-
YUV171.32111.4565-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 222 (87.11% from 255) = 49.66%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=18.57%
G=49.66%
B=31.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832221420.6300.360.13145.4767.859.8
Hex53DE8E3F024D91443c
Octal123336216770441522110474
Binary1010011110111101000111011111101001001101100100011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,222,142); }

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

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

 a { background-color: rgb(83,222,142); }

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

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

 span { border-color: rgb(83,222,142); }

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