#55C688

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

Shades of Emerald #55C688

Tints of Emerald #55C688

Color information

#55C688 (or 0x55C688) is unknown color: approx Emerald. HEX triplet: 55, C6 and 88. RGB value is (85,198,136). Sum of RGB (Red+Green+Blue) = 85+198+136=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #55C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C688 is #AA3977. Grayscale: #9D9D9D. Windows color (decimal): -11155832 or 8963669. OLE color: 8963669.

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

Color convert

RGB85198136-
CMYK0.5700.310.22
HSL147.08º49.78%55.49%-
HSV(B)147.08º57.07%77.65%-
XYZ28.3844.130.31-
YUV157.14116.0676.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=20.29%
G=47.26%
B=32.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981360.5700.310.22147.0849.7855.49
Hex55C6883901F16933237
Octal12530621071037262236267
Binary101010111000110100010001110010111111011010010011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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