Shades of Puerto Rico #59AFA2
Tints of Puerto Rico #59AFA2
RGB
CMYK
RGB Variations
Color information
#59AFA2 (or 0x59AFA2) is known color: Puerto Rico. HEX triplet: 59, AF and A2. RGB value is (89,175,162). Sum of RGB (Red+Green+Blue) = 89+175+162=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #59AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AFA2 is #A6505D. Grayscale: #939393. Windows color (decimal): -10899550 or 10661721. OLE color: 10661721.
HSL color Cylindrical-coordinate representation of color #59AFA2: hue angle of 170.93º 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 #59AFA2 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 162 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.31 |
| HSL | 170.93º | 0.35% | 0.52% | - |
| HSV(B) | 170.93º | 0.49% | 0.69% | - |
| XYZ | 25.97 | 35.39 | 39.65 | - |
| YUV | 147.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 162 | 0.49 | 0 | 0.07 | 0.31 | 170.93 | 0.35 | 0.52 |
| Hex | 59 | AF | A2 | 31 | 0 | 7 | 1F | AB | 23 | 34 |
| Octal | 131 | 257 | 242 | 61 | 0 | 7 | 37 | 253 | 43 | 64 |
| Binary | 1011001 | 10101111 | 10100010 | 110001 | 0 | 111 | 11111 | 10101011 | 100011 | 110100 |
Color Harmonies of #59AFA2
Complementary color
Monochromatic Colors of #59AFA2
Black with #59AFA2
Text Example
Text Example
White with #59AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFA2; }
p { color: rgb(89,175,162); }
H1.HeaderClassName
{
color: #59AFA2;
}
.AnyTagClassName
{
color: #59AFA2;
}
</style>
background-color css
<style>
a { background-color: #59AFA2; }
a { background-color: rgb(89,175,162); }
div.DivClassName
{
background-color: #59AFA2;
}
.BgClassName
{
background-color: #59AFA2;
}
</style>
border-color css
<style>
span { border-color: #59AFA2; }
span { border-color: rgb(89,175,162); }
td.TdClassName
{
border-color: #59AFA2;
}
.TagClassName
{
border-color: #59AFA2;
}
</style>