#52C177

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

Shades of Emerald #52C177

Tints of Emerald #52C177

Color information

#52C177 (or 0x52C177) is unknown color: approx Emerald. HEX triplet: 52, C1 and 77. RGB value is (82,193,119). Sum of RGB (Red+Green+Blue) = 82+193+119=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #52C177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C177 is #AD3E88. Grayscale: #979797. Windows color (decimal): -11353737 or 7848274. OLE color: 7848274.

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

Color convert

RGB82193119-
CMYK0.5800.380.24
HSL140º47.23%53.92%-
HSV(B)140º57.51%75.69%-
XYZ25.8841.2724.05-
YUV151.38109.7378.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=20.81%
G=48.98%
B=30.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931190.5800.380.2414047.2353.92
Hex52C1773A026188c2f36
Octal12230116772046302145766
Binary101001011000001111011111101001001101100010001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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