#53DA8F

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

Shades of Emerald #53DA8F

Tints of Emerald #53DA8F

Color information

#53DA8F (or 0x53DA8F) is unknown color: approx Emerald. HEX triplet: 53, DA and 8F. RGB value is (83,218,143). Sum of RGB (Red+Green+Blue) = 83+218+143=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DA8F is #AC2570. Grayscale: #A9A9A9. Windows color (decimal): -11281777 or 9427539. OLE color: 9427539.

HSL color Cylindrical-coordinate representation of color #53DA8F: hue angle of 146.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DA8F is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB83218143-
CMYK0.6200.340.15
HSL146.67º64.59%59.02%-
HSV(B)146.67º61.93%85.49%-
XYZ33.653.9634.63-
YUV169.08113.2766.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 143 (56.25% from 255) = 32.21%
R=18.69%
G=49.10%
B=32.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832181430.6200.340.15146.6764.5959.02
Hex53DA8F3E022F93413b
Octal123332217760421722310173
Binary1010011110110101000111111111001000101111100100111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,218,143); }

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

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

 a { background-color: rgb(83,218,143); }

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

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

 span { border-color: rgb(83,218,143); }

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