#59B5AE

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

Shades of Puerto Rico #59B5AE

Tints of Puerto Rico #59B5AE

Color information

#59B5AE (or 0x59B5AE) is unknown color: approx Puerto Rico. HEX triplet: 59, B5 and AE. RGB value is (89,181,174). Sum of RGB (Red+Green+Blue) = 89+181+174=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #59B5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B5AE is #A64A51. Grayscale: #989898. Windows color (decimal): -10898002 or 11449689. OLE color: 11449689.

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

Color convert

RGB89181174-
CMYK0.5100.040.29
HSL175.43º38.33%52.94%-
HSV(B)175.43º50.83%70.98%-
XYZ28.2838.2345.93-
YUV152.69140.0282.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.05%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=20.05%
G=40.77%
B=39.19%

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
Decimal891811740.5100.040.29175.4338.3352.94
Hex59B5AE33041Daf2635
Octal1312652566304352574665
Binary1011001101101011010111011001101001110110101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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