#52c59e

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

Shades of Puerto Rico #52C59E

Tints of Puerto Rico #52C59E

Color information

#52C59E (or 0x52C59E) is unknown color: approx Puerto Rico. HEX triplet: 52, C5 and 9E. RGB value is (82,197,158). Sum of RGB (Red+Green+Blue) = 82+197+158=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #52C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C59E is #AD3A61. Grayscale: #9E9E9E. Windows color (decimal): -11352674 or 10405202. OLE color: 10405202.

HSL color Cylindrical-coordinate representation of color #52C59E: hue angle of 159.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C59E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB82197158-
CMYK0.5800.200.23
HSL159.65º49.78%54.71%-
HSV(B)159.65º58.38%77.25%-
XYZ29.6244.1939.32-
YUV158.17127.973.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=18.76%
G=45.08%
B=36.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821971580.5800.200.23159.6549.7854.71
Hex52C59E3A01417a03237
Octal12230523672024272406267
Binary101001011000101100111101110100101001011110100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c59e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,197,158); }

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

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

 a { background-color: rgb(82,197,158); }

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

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

 span { border-color: rgb(82,197,158); }

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