#55CB86

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

Shades of Emerald #55CB86

Tints of Emerald #55CB86

Color information

#55CB86 (or 0x55CB86) is unknown color: approx Emerald. HEX triplet: 55, CB and 86. RGB value is (85,203,134). Sum of RGB (Red+Green+Blue) = 85+203+134=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB86 is #AA3479. Grayscale: #A0A0A0. Windows color (decimal): -11154554 or 8833877. OLE color: 8833877.

HSL color Cylindrical-coordinate representation of color #55CB86: hue angle of 144.92º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB86 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB85203134-
CMYK0.5800.340.20
HSL144.92º53.15%56.47%-
HSV(B)144.92º58.13%79.61%-
XYZ29.4146.3629.95-
YUV159.85113.4174.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 203 (79.69% from 255) = 48.10%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=20.14%
G=48.10%
B=31.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031340.5800.340.20144.9253.1556.47
Hex55CB863A02214913538
Octal12531320672042242216570
Binary1010101110010111000011011101001000101010010010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,203,134); }

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

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

 a { background-color: rgb(85,203,134); }

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

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

 span { border-color: rgb(85,203,134); }

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