#52BE7C

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

Shades of Emerald #52BE7C

Tints of Emerald #52BE7C

Color information

#52BE7C (or 0x52BE7C) is unknown color: approx Emerald. HEX triplet: 52, BE and 7C. RGB value is (82,190,124). Sum of RGB (Red+Green+Blue) = 82+190+124=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BE7C is #AD4183. Grayscale: #969696. Windows color (decimal): -11354500 or 8175186. OLE color: 8175186.

HSL color Cylindrical-coordinate representation of color #52BE7C: hue angle of 143.33º 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 #52BE7C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB82190124-
CMYK0.5700.350.25
HSL143.33º45.38%53.33%-
HSV(B)143.33º56.84%74.51%-
XYZ25.5340.0825.46-
YUV150.18113.2279.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.71%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=20.71%
G=47.98%
B=31.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901240.5700.350.25143.3345.3853.33
Hex52BE7C39023198f2d35
Octal12227617471043312175565
Binary101001010111110111110011100101000111100110001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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