#55BB82

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

Shades of Emerald #55BB82

Tints of Emerald #55BB82

Color information

#55BB82 (or 0x55BB82) is unknown color: approx Emerald. HEX triplet: 55, BB and 82. RGB value is (85,187,130). Sum of RGB (Red+Green+Blue) = 85+187+130=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BB82 is #AA447D. Grayscale: #969696. Windows color (decimal): -11158654 or 8567637. OLE color: 8567637.

HSL color Cylindrical-coordinate representation of color #55BB82: hue angle of 146.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB82 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB85187130-
CMYK0.5500.300.27
HSL146.47º42.86%53.33%-
HSV(B)146.47º54.55%73.33%-
XYZ25.5539.0827.32-
YUV150116.7181.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=21.14%
G=46.52%
B=32.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871300.5500.300.27146.4742.8653.33
Hex55BB823701E1B922b35
Octal12527320267036332225365
Binary101010110111011100000101101110111101101110010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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