#59AFA0

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

Shades of Puerto Rico #59AFA0

Tints of Puerto Rico #59AFA0

Color information

#59AFA0 (or 0x59AFA0) is unknown color: approx Puerto Rico. HEX triplet: 59, AF and A0. RGB value is (89,175,160). Sum of RGB (Red+Green+Blue) = 89+175+160=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #59AFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AFA0 is #A6505F. Grayscale: #939393. Windows color (decimal): -10899552 or 10530649. OLE color: 10530649.

HSL color Cylindrical-coordinate representation of color #59AFA0: hue angle of 169.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AFA0 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB89175160-
CMYK0.4900.090.31
HSL169.53º34.96%51.76%-
HSV(B)169.53º49.14%68.63%-
XYZ25.7935.3238.72-
YUV147.58135.0186.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=20.99%
G=41.27%
B=37.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891751600.4900.090.31169.5334.9651.76
Hex59AFA031091Faa2334
Octal13125724061011372524364
Binary10110011010111110100000110001010011111110101010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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