#55C082

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

Shades of Emerald #55C082

Tints of Emerald #55C082

Color information

#55C082 (or 0x55C082) is unknown color: approx Emerald. HEX triplet: 55, C0 and 82. RGB value is (85,192,130). Sum of RGB (Red+Green+Blue) = 85+192+130=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #55C082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C082 is #AA3F7D. Grayscale: #999999. Windows color (decimal): -11157374 or 8568917. OLE color: 8568917.

HSL color Cylindrical-coordinate representation of color #55C082: hue angle of 145.23º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C082 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB85192130-
CMYK0.5600.320.25
HSL145.23º45.92%54.31%-
HSV(B)145.23º55.73%75.29%-
XYZ26.6341.2427.68-
YUV152.94115.0579.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=20.88%
G=47.17%
B=31.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921300.5600.320.25145.2345.9254.31
Hex55C0823802019912e36
Octal12530020270040312215666
Binary1010101110000001000001011100001000001100110010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,192,130); }

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

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

 a { background-color: rgb(85,192,130); }

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

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

 span { border-color: rgb(85,192,130); }

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