#59B9AD

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

Shades of Puerto Rico #59B9AD

Tints of Puerto Rico #59B9AD

Color information

#59B9AD (or 0x59B9AD) is unknown color: approx Puerto Rico. HEX triplet: 59, B9 and AD. RGB value is (89,185,173). Sum of RGB (Red+Green+Blue) = 89+185+173=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #59B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B9AD is #A64652. Grayscale: #9A9A9A. Windows color (decimal): -10896979 or 11385177. OLE color: 11385177.

HSL color Cylindrical-coordinate representation of color #59B9AD: hue angle of 172.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B9AD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB89185173-
CMYK0.5200.060.27
HSL172.5º40.68%53.73%-
HSV(B)172.5º51.89%72.55%-
XYZ29.0139.8445.7-
YUV154.93138.280.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 185 (72.66% from 255) = 41.39%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=19.91%
G=41.39%
B=38.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891851730.5200.060.27172.540.6853.73
Hex59B9AD34061Bac2936
Octal1312712556406332545166
Binary1011001101110011010110111010001101101110101100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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