#52BB7A

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

Shades of Emerald #52BB7A

Tints of Emerald #52BB7A

Color information

#52BB7A (or 0x52BB7A) is unknown color: approx Emerald. HEX triplet: 52, BB and 7A. RGB value is (82,187,122). Sum of RGB (Red+Green+Blue) = 82+187+122=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB7A is #AD4485. Grayscale: #949494. Windows color (decimal): -11355270 or 8043346. OLE color: 8043346.

HSL color Cylindrical-coordinate representation of color #52BB7A: hue angle of 142.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB7A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB82187122-
CMYK0.5600.350.27
HSL142.86º43.57%52.75%-
HSV(B)142.86º56.15%73.33%-
XYZ24.7638.7424.58-
YUV148.2113.2180.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 187 (73.44% from 255) = 47.83%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=20.97%
G=47.83%
B=31.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871220.5600.350.27142.8643.5752.75
Hex52BB7A380231B8f2c35
Octal12227317270043332175465
Binary101001010111011111101011100001000111101110001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,122); }

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

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

 a { background-color: rgb(82,187,122); }

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

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

 span { border-color: rgb(82,187,122); }

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