#53D488

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

Shades of Emerald #53D488

Tints of Emerald #53D488

Color information

#53D488 (or 0x53D488) is unknown color: approx Emerald. HEX triplet: 53, D4 and 88. RGB value is (83,212,136). Sum of RGB (Red+Green+Blue) = 83+212+136=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #53D488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D488 is #AC2B77. Grayscale: #A4A4A4. Windows color (decimal): -11283320 or 8967251. OLE color: 8967251.

HSL color Cylindrical-coordinate representation of color #53D488: hue angle of 144.65º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D488 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB83212136-
CMYK0.6100.360.17
HSL144.65º60%57.84%-
HSV(B)144.65º60.85%83.14%-
XYZ31.5550.731.42-
YUV164.76111.7669.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.26%
GREEN value IS 212 (83.20% from 255) = 49.19%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=19.26%
G=49.19%
B=31.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal832121360.6100.360.17144.656057.84
Hex53D4883D02411913c3a
Octal12332421075044212217472
Binary1010011110101001000100011110101001001000110010001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,212,136); }

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

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

 a { background-color: rgb(83,212,136); }

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

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

 span { border-color: rgb(83,212,136); }

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