#59B5A9

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

Shades of Puerto Rico #59B5A9

Tints of Puerto Rico #59B5A9

Color information

#59B5A9 (or 0x59B5A9) is unknown color: approx Puerto Rico. HEX triplet: 59, B5 and A9. RGB value is (89,181,169). Sum of RGB (Red+Green+Blue) = 89+181+169=439 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.27% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #59B5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B5A9 is #A64A56. Grayscale: #989898. Windows color (decimal): -10898007 or 11122009. OLE color: 11122009.

HSL color Cylindrical-coordinate representation of color #59B5A9: hue angle of 172.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B5A9 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB89181169-
CMYK0.5100.070.29
HSL172.17º38.33%52.94%-
HSV(B)172.17º50.83%70.98%-
XYZ27.8138.0443.41-
YUV152.12137.5282.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.27%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=20.27%
G=41.23%
B=38.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891811690.5100.070.29172.1738.3352.94
Hex59B5A933071Dac2635
Octal1312652516307352544665
Binary1011001101101011010100111001101111110110101100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59B5A9; }

 p { color: rgb(89,181,169); }

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

<style>
 a { background-color: #59B5A9; }

 a { background-color: rgb(89,181,169); }

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

<style>
 span { border-color: #59B5A9; }

 span { border-color: rgb(89,181,169); }

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