#52BC82

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

Shades of Emerald #52BC82

Tints of Emerald #52BC82

Color information

#52BC82 (or 0x52BC82) is unknown color: approx Emerald. HEX triplet: 52, BC and 82. RGB value is (82,188,130). Sum of RGB (Red+Green+Blue) = 82+188+130=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC82 is #AD437D. Grayscale: #959595. Windows color (decimal): -11355006 or 8567890. OLE color: 8567890.

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

Color convert

RGB82188130-
CMYK0.5600.310.26
HSL147.17º44.17%52.94%-
HSV(B)147.17º56.38%73.73%-
XYZ25.4939.3727.38-
YUV149.69116.8879.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=20.5%
G=47%
B=32.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821881300.5600.310.26147.1744.1752.94
Hex52BC823801F1A932c35
Octal12227420270037322235465
Binary101001010111100100000101110000111111101010010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,188,130); }

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

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

 a { background-color: rgb(82,188,130); }

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

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

 span { border-color: rgb(82,188,130); }

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