#52B882

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

Shades of Emerald #52B882

Tints of Emerald #52B882

Color information

#52B882 (or 0x52B882) is unknown color: approx Emerald. HEX triplet: 52, B8 and 82. RGB value is (82,184,130). Sum of RGB (Red+Green+Blue) = 82+184+130=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #52B882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B882 is #AD477D. Grayscale: #939393. Windows color (decimal): -11356030 or 8566866. OLE color: 8566866.

HSL color Cylindrical-coordinate representation of color #52B882: hue angle of 148.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B882 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB82184130-
CMYK0.5500.290.28
HSL148.24º41.8%52.16%-
HSV(B)148.24º55.43%72.16%-
XYZ24.6537.6927.09-
YUV147.35118.2181.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=20.71%
G=46.46%
B=32.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821841300.5500.290.28148.2441.852.16
Hex52B8823701D1C942a34
Octal12227020267035342245264
Binary101001010111000100000101101110111011110010010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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