#55CA88

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

Shades of Emerald #55CA88

Tints of Emerald #55CA88

Color information

#55CA88 (or 0x55CA88) is unknown color: approx Emerald. HEX triplet: 55, CA and 88. RGB value is (85,202,136). Sum of RGB (Red+Green+Blue) = 85+202+136=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CA88 is #AA3577. Grayscale: #9F9F9F. Windows color (decimal): -11154808 or 8964693. OLE color: 8964693.

HSL color Cylindrical-coordinate representation of color #55CA88: hue angle of 146.15º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA88 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB85202136-
CMYK0.5800.330.21
HSL146.15º52.47%56.27%-
HSV(B)146.15º57.92%79.22%-
XYZ29.3145.9530.62-
YUV159.49114.7474.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=20.09%
G=47.75%
B=32.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021360.5800.330.21146.1552.4756.27
Hex55CA883A02115923438
Octal12531221072041252226470
Binary1010101110010101000100011101001000011010110010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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