#52BE87

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

Shades of Emerald #52BE87

Tints of Emerald #52BE87

Color information

#52BE87 (or 0x52BE87) is unknown color: approx Emerald. HEX triplet: 52, BE and 87. RGB value is (82,190,135). Sum of RGB (Red+Green+Blue) = 82+190+135=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE87 is #AD4178. Grayscale: #979797. Windows color (decimal): -11354489 or 8896082. OLE color: 8896082.

HSL color Cylindrical-coordinate representation of color #52BE87: hue angle of 149.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE87 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB82190135-
CMYK0.5700.290.25
HSL149.44º45.38%53.33%-
HSV(B)149.44º56.84%74.51%-
XYZ26.2740.3729.33-
YUV151.44118.7278.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.15%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=20.15%
G=46.68%
B=33.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901350.5700.290.25149.4445.3853.33
Hex52BE873901D19952d35
Octal12227620771035312255565
Binary101001010111110100001111110010111011100110010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,190,135); }

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

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

 a { background-color: rgb(82,190,135); }

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

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

 span { border-color: rgb(82,190,135); }

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