#52C169

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

Shades of Emerald #52C169

Tints of Emerald #52C169

Color information

#52C169 (or 0x52C169) is unknown color: approx Emerald. HEX triplet: 52, C1 and 69. RGB value is (82,193,105). Sum of RGB (Red+Green+Blue) = 82+193+105=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #52C169 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C169 is #AD3E96. Grayscale: #969696. Windows color (decimal): -11353751 or 6930770. OLE color: 6930770.

HSL color Cylindrical-coordinate representation of color #52C169: hue angle of 132.43º 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 #52C169 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB82193105-
CMYK0.5800.460.24
HSL132.43º47.23%53.92%-
HSV(B)132.43º57.51%75.69%-
XYZ25.140.9519.95-
YUV149.78102.7379.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 193 (75.78% from 255) = 50.79%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=21.58%
G=50.79%
B=27.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931050.5800.460.24132.4347.2353.92
Hex52C1693A02E18842f36
Octal12230115172056302045766
Binary101001011000001110100111101001011101100010000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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