#59AA9E

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

Shades of Puerto Rico #59AA9E

Tints of Puerto Rico #59AA9E

Color information

#59AA9E (or 0x59AA9E) is unknown color: approx Puerto Rico. HEX triplet: 59, AA and 9E. RGB value is (89,170,158). Sum of RGB (Red+Green+Blue) = 89+170+158=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA9E is #A65561. Grayscale: #909090. Windows color (decimal): -10900834 or 10398297. OLE color: 10398297.

HSL color Cylindrical-coordinate representation of color #59AA9E: hue angle of 171.11º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AA9E is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB89170158-
CMYK0.4800.070.33
HSL171.11º32.27%50.78%-
HSV(B)171.11º47.65%66.67%-
XYZ24.6733.3437.48-
YUV144.41135.6688.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.34%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=21.34%
G=40.77%
B=37.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701580.4800.070.33171.1132.2750.78
Hex59AA9E300721ab2033
Octal1312522366007412534063
Binary10110011010101010011110110000011110000110101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,170,158); }

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

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

 a { background-color: rgb(89,170,158); }

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

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

 span { border-color: rgb(89,170,158); }

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