#52BB80

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

Shades of Emerald #52BB80

Tints of Emerald #52BB80

Color information

#52BB80 (or 0x52BB80) is unknown color: approx Emerald. HEX triplet: 52, BB and 80. RGB value is (82,187,128). Sum of RGB (Red+Green+Blue) = 82+187+128=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB80 is #AD447F. Grayscale: #959595. Windows color (decimal): -11355264 or 8436562. OLE color: 8436562.

HSL color Cylindrical-coordinate representation of color #52BB80: hue angle of 146.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB80 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB82187128-
CMYK0.5600.320.27
HSL146.29º43.57%52.75%-
HSV(B)146.29º56.15%73.33%-
XYZ25.1538.8926.6-
YUV148.88116.2180.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=20.65%
G=47.10%
B=32.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871280.5600.320.27146.2943.5752.75
Hex52BB80380201B922c35
Octal12227320070040332225465
Binary1010010101110111000000011100001000001101110010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BB80; }

 p { color: rgb(82,187,128); }

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

<style>
 a { background-color: #52BB80; }

 a { background-color: rgb(82,187,128); }

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

<style>
 span { border-color: #52BB80; }

 span { border-color: rgb(82,187,128); }

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