#55D88B

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

Shades of Emerald #55D88B

Tints of Emerald #55D88B

Color information

#55D88B (or 0x55D88B) is unknown color: approx Emerald. HEX triplet: 55, D8 and 8B. RGB value is (85,216,139). Sum of RGB (Red+Green+Blue) = 85+216+139=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #55D88B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D88B is #AA2774. Grayscale: #A8A8A8. Windows color (decimal): -11151221 or 9164885. OLE color: 9164885.

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

Color convert

RGB85216139-
CMYK0.6100.360.15
HSL144.73º62.68%59.02%-
HSV(B)144.73º60.65%84.71%-
XYZ32.9652.9132.9-
YUV168.05111.668.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=19.32%
G=49.09%
B=31.59%

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
Decimal852161390.6100.360.15144.7362.6859.02
Hex55D88B3D024F913f3b
Octal12533021375044172217773
Binary101010111011000100010111111010100100111110010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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