#55DA8E

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

Shades of Emerald #55DA8E

Tints of Emerald #55DA8E

Color information

#55DA8E (or 0x55DA8E) is unknown color: approx Emerald. HEX triplet: 55, DA and 8E. RGB value is (85,218,142). Sum of RGB (Red+Green+Blue) = 85+218+142=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA8E is #AA2571. Grayscale: #A9A9A9. Windows color (decimal): -11150706 or 9362005. OLE color: 9362005.

HSL color Cylindrical-coordinate representation of color #55DA8E: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA8E is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB85218142-
CMYK0.6100.350.15
HSL145.71º64.25%59.41%-
HSV(B)145.71º61.01%85.49%-
XYZ33.754.0334.24-
YUV169.57112.4467.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 218 (85.55% from 255) = 48.99%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=19.10%
G=48.99%
B=31.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852181420.6100.350.15145.7164.2559.41
Hex55DA8E3D023F92403b
Octal125332216750431722210073
Binary1010101110110101000111011110101000111111100100101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DA8E; }

 p { color: rgb(85,218,142); }

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

<style>
 a { background-color: #55DA8E; }

 a { background-color: rgb(85,218,142); }

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

<style>
 span { border-color: #55DA8E; }

 span { border-color: rgb(85,218,142); }

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