#55CE88

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

Shades of Emerald #55CE88

Tints of Emerald #55CE88

Color information

#55CE88 (or 0x55CE88) is unknown color: approx Emerald. HEX triplet: 55, CE and 88. RGB value is (85,206,136). Sum of RGB (Red+Green+Blue) = 85+206+136=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE88 is #AA3177. Grayscale: #A2A2A2. Windows color (decimal): -11153784 or 8965717. OLE color: 8965717.

HSL color Cylindrical-coordinate representation of color #55CE88: hue angle of 145.29º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE88 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB85206136-
CMYK0.5900.340.19
HSL145.29º55.25%57.06%-
HSV(B)145.29º58.74%80.78%-
XYZ30.2647.8530.93-
YUV161.84113.4173.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 206 (80.86% from 255) = 48.24%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=19.91%
G=48.24%
B=31.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal852061360.5900.340.19145.2955.2557.06
Hex55CE883B02213913739
Octal12531621073042232216771
Binary1010101110011101000100011101101000101001110010001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,206,136); }

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

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

 a { background-color: rgb(85,206,136); }

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

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

 span { border-color: rgb(85,206,136); }

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