#52C188

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

Shades of Emerald #52C188

Tints of Emerald #52C188

Color information

#52C188 (or 0x52C188) is unknown color: approx Emerald. HEX triplet: 52, C1 and 88. RGB value is (82,193,136). Sum of RGB (Red+Green+Blue) = 82+193+136=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #52C188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C188 is #AD3E77. Grayscale: #999999. Windows color (decimal): -11353720 or 8962386. OLE color: 8962386.

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

Color convert

RGB82193136-
CMYK0.5800.300.24
HSL149.19º47.23%53.92%-
HSV(B)149.19º57.51%75.69%-
XYZ26.9941.7129.92-
YUV153.31118.2377.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=19.95%
G=46.96%
B=33.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931360.5800.300.24149.1947.2353.92
Hex52C1883A01E18952f36
Octal12230121072036302255766
Binary101001011000001100010001110100111101100010010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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