#55D88A

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

Shades of Emerald #55D88A

Tints of Emerald #55D88A

Color information

#55D88A (or 0x55D88A) is unknown color: approx Emerald. HEX triplet: 55, D8 and 8A. RGB value is (85,216,138). Sum of RGB (Red+Green+Blue) = 85+216+138=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #55D88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D88A is #AA2775. Grayscale: #A8A8A8. Windows color (decimal): -11151222 or 9099349. OLE color: 9099349.

HSL color Cylindrical-coordinate representation of color #55D88A: hue angle of 144.27º degrees, saturation: 0.63, 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 #55D88A is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB85216138-
CMYK0.6100.360.15
HSL144.27º62.68%59.02%-
HSV(B)144.27º60.65%84.71%-
XYZ32.8952.8832.52-
YUV167.94111.168.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.36%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=19.36%
G=49.20%
B=31.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852161380.6100.360.15144.2762.6859.02
Hex55D88A3D024F903f3b
Octal12533021275044172207773
Binary101010111011000100010101111010100100111110010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,138); }

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

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

 a { background-color: rgb(85,216,138); }

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

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

 span { border-color: rgb(85,216,138); }

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