#53DD8B

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

Shades of Emerald #53DD8B

Tints of Emerald #53DD8B

Color information

#53DD8B (or 0x53DD8B) is unknown color: approx Emerald. HEX triplet: 53, DD and 8B. RGB value is (83,221,139). Sum of RGB (Red+Green+Blue) = 83+221+139=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DD8B is #AC2274. Grayscale: #AAAAAA. Windows color (decimal): -11281013 or 9166163. OLE color: 9166163.

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

Color convert

RGB83221139-
CMYK0.6200.370.13
HSL144.35º66.99%59.61%-
HSV(B)144.35º62.44%86.67%-
XYZ34.0855.4233.33-
YUV170.39110.2865.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=18.74%
G=49.89%
B=31.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832211390.6200.370.13144.3566.9959.61
Hex53DD8B3E025D90433c
Octal123335213760451522010374
Binary1010011110111011000101111111001001011101100100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,221,139); }

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

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

 a { background-color: rgb(83,221,139); }

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

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

 span { border-color: rgb(83,221,139); }

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