#52C689

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

Shades of Emerald #52C689

Tints of Emerald #52C689

Color information

#52C689 (or 0x52C689) is unknown color: approx Emerald. HEX triplet: 52, C6 and 89. RGB value is (82,198,137). Sum of RGB (Red+Green+Blue) = 82+198+137=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #52C689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C689 is #AD3976. Grayscale: #9C9C9C. Windows color (decimal): -11352439 or 9029202. OLE color: 9029202.

HSL color Cylindrical-coordinate representation of color #52C689: hue angle of 148.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C689 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB82198137-
CMYK0.5900.310.22
HSL148.45º50.43%54.9%-
HSV(B)148.45º58.59%77.65%-
XYZ28.1943.9930.67-
YUV156.36117.0774.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=19.66%
G=47.48%
B=32.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981370.5900.310.22148.4550.4354.9
Hex52C6893B01F16943237
Octal12230621173037262246267
Binary101001011000110100010011110110111111011010010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,137); }

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

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

 a { background-color: rgb(82,198,137); }

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

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

 span { border-color: rgb(82,198,137); }

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