#55C788

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

Shades of Emerald #55C788

Tints of Emerald #55C788

Color information

#55C788 (or 0x55C788) is unknown color: approx Emerald. HEX triplet: 55, C7 and 88. RGB value is (85,199,136). Sum of RGB (Red+Green+Blue) = 85+199+136=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #55C788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C788 is #AA3877. Grayscale: #9D9D9D. Windows color (decimal): -11155576 or 8963925. OLE color: 8963925.

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

Color convert

RGB85199136-
CMYK0.5700.320.22
HSL146.84º50.44%55.69%-
HSV(B)146.84º57.29%78.04%-
XYZ28.6144.5630.38-
YUV157.73115.7376.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=20.24%
G=47.38%
B=32.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991360.5700.320.22146.8450.4455.69
Hex55C7883902016933238
Octal12530721071040262236270
Binary1010101110001111000100011100101000001011010010011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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