#59B5AD

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

Shades of Puerto Rico #59B5AD

Tints of Puerto Rico #59B5AD

Color information

#59B5AD (or 0x59B5AD) is unknown color: approx Puerto Rico. HEX triplet: 59, B5 and AD. RGB value is (89,181,173). Sum of RGB (Red+Green+Blue) = 89+181+173=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #59B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B5AD is #A64A52. Grayscale: #989898. Windows color (decimal): -10898003 or 11384153. OLE color: 11384153.

HSL color Cylindrical-coordinate representation of color #59B5AD: hue angle of 174.78º 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 #59B5AD is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB89181173-
CMYK0.5100.040.29
HSL174.78º38.33%52.94%-
HSV(B)174.78º50.83%70.98%-
XYZ28.1938.1945.42-
YUV152.58139.5282.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.09%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=20.09%
G=40.86%
B=39.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891811730.5100.040.29174.7838.3352.94
Hex59B5AD33041Daf2635
Octal1312652556304352574665
Binary1011001101101011010110111001101001110110101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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