#52C182

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

Shades of Emerald #52C182

Tints of Emerald #52C182

Color information

#52C182 (or 0x52C182) is unknown color: approx Emerald. HEX triplet: 52, C1 and 82. RGB value is (82,193,130). Sum of RGB (Red+Green+Blue) = 82+193+130=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #52C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C182 is #AD3E7D. Grayscale: #989898. Windows color (decimal): -11353726 or 8569170. OLE color: 8569170.

HSL color Cylindrical-coordinate representation of color #52C182: hue angle of 145.95º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C182 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB82193130-
CMYK0.5800.330.24
HSL145.95º47.23%53.92%-
HSV(B)145.95º57.51%75.69%-
XYZ26.5841.5527.74-
YUV152.63115.2377.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=20.25%
G=47.65%
B=32.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931300.5800.330.24145.9547.2353.92
Hex52C1823A02118922f36
Octal12230120272041302225766
Binary1010010110000011000001011101001000011100010010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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