#53D886

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

Shades of Emerald #53D886

Tints of Emerald #53D886

Color information

#53D886 (or 0x53D886) is unknown color: approx Emerald. HEX triplet: 53, D8 and 86. RGB value is (83,216,134). Sum of RGB (Red+Green+Blue) = 83+216+134=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #53D886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D886 is #AC2779. Grayscale: #A7A7A7. Windows color (decimal): -11282298 or 8837203. OLE color: 8837203.

HSL color Cylindrical-coordinate representation of color #53D886: hue angle of 143.01º degrees, saturation: 0.63, 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 #53D886 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB83216134-
CMYK0.6200.380.15
HSL143.01º63.03%58.63%-
HSV(B)143.01º61.57%84.71%-
XYZ32.4352.6731.01-
YUV166.88109.4468.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 216 (84.77% from 255) = 49.88%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=19.17%
G=49.88%
B=30.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832161340.6200.380.15143.0163.0358.63
Hex53D8863E026F8f3f3b
Octal12333020676046172177773
Binary101001111011000100001101111100100110111110001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,134); }

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

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

 a { background-color: rgb(83,216,134); }

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

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

 span { border-color: rgb(83,216,134); }

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