#55C488

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

Shades of Emerald #55C488

Tints of Emerald #55C488

Color information

#55C488 (or 0x55C488) is unknown color: approx Emerald. HEX triplet: 55, C4 and 88. RGB value is (85,196,136). Sum of RGB (Red+Green+Blue) = 85+196+136=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #55C488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C488 is #AA3B77. Grayscale: #9C9C9C. Windows color (decimal): -11156344 or 8963157. OLE color: 8963157.

HSL color Cylindrical-coordinate representation of color #55C488: hue angle of 147.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C488 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB85196136-
CMYK0.5700.310.23
HSL147.57º48.47%55.1%-
HSV(B)147.57º56.63%76.86%-
XYZ27.9343.1930.16-
YUV155.97116.7377.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=20.38%
G=47.00%
B=32.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal851961360.5700.310.23147.5748.4755.1
Hex55C4883901F17943037
Octal12530421071037272246067
Binary101010111000100100010001110010111111011110010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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