#52C47A

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

Shades of Emerald #52C47A

Tints of Emerald #52C47A

Color information

#52C47A (or 0x52C47A) is unknown color: approx Emerald. HEX triplet: 52, C4 and 7A. RGB value is (82,196,122). Sum of RGB (Red+Green+Blue) = 82+196+122=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #52C47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C47A is #AD3B85. Grayscale: #999999. Windows color (decimal): -11352966 or 8045650. OLE color: 8045650.

HSL color Cylindrical-coordinate representation of color #52C47A: hue angle of 141.05º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C47A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB82196122-
CMYK0.5800.380.23
HSL141.05º49.14%54.51%-
HSV(B)141.05º58.16%76.86%-
XYZ26.7342.6825.24-
YUV153.48110.2377.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=20.5%
G=49%
B=30.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821961220.5800.380.23141.0549.1454.51
Hex52C47A3A026178d3137
Octal12230417272046272156167
Binary101001011000100111101011101001001101011110001101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,196,122); }

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

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

 a { background-color: rgb(82,196,122); }

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

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

 span { border-color: rgb(82,196,122); }

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