#59AEA0

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

Shades of Puerto Rico #59AEA0

Tints of Puerto Rico #59AEA0

Color information

#59AEA0 (or 0x59AEA0) is unknown color: approx Puerto Rico. HEX triplet: 59, AE and A0. RGB value is (89,174,160). Sum of RGB (Red+Green+Blue) = 89+174+160=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #59AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEA0 is #A6515F. Grayscale: #929292. Windows color (decimal): -10899808 or 10530393. OLE color: 10530393.

HSL color Cylindrical-coordinate representation of color #59AEA0: hue angle of 170.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AEA0 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB89174160-
CMYK0.4900.080.32
HSL170.12º34.41%51.57%-
HSV(B)170.12º48.85%68.24%-
XYZ25.634.9338.65-
YUV146.99135.3486.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=21.04%
G=41.13%
B=37.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891741600.4900.080.32170.1234.4151.57
Hex59AEA0310820aa2234
Octal13125624061010402524264
Binary101100110101110101000001100010100010000010101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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