#52C688

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

Shades of Emerald #52C688

Tints of Emerald #52C688

Color information

#52C688 (or 0x52C688) is unknown color: approx Emerald. HEX triplet: 52, C6 and 88. RGB value is (82,198,136). Sum of RGB (Red+Green+Blue) = 82+198+136=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #52C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C688 is #AD3977. Grayscale: #9C9C9C. Windows color (decimal): -11352440 or 8963666. OLE color: 8963666.

HSL color Cylindrical-coordinate representation of color #52C688: hue angle of 147.93º 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 #52C688 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB82198136-
CMYK0.5900.310.22
HSL147.93º50.43%54.9%-
HSV(B)147.93º58.59%77.65%-
XYZ28.1243.9630.3-
YUV156.25116.5775.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 198 (77.73% from 255) = 47.60%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=19.71%
G=47.60%
B=32.69%

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
Decimal821981360.5900.310.22147.9350.4354.9
Hex52C6883B01F16943237
Octal12230621073037262246267
Binary101001011000110100010001110110111111011010010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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