Shades of Puerto Rico #5AAA9F
Tints of Puerto Rico #5AAA9F
RGB
CMYK
RGB Variations
Color information
#5AAA9F (or 0x5AAA9F) is known color: Puerto Rico. HEX triplet: 5A, AA and 9F. RGB value is (90,170,159). Sum of RGB (Red+Green+Blue) = 90+170+159=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA9F is #A55560. Grayscale: #909090. Windows color (decimal): -10835297 or 10463834. OLE color: 10463834.
HSL color Cylindrical-coordinate representation of color #5AAA9F: hue angle of 171.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA9F is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 159 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.33 |
| HSL | 171.75º | 0.32% | 0.51% | - |
| HSV(B) | 171.75º | 0.47% | 0.67% | - |
| XYZ | 24.85 | 33.43 | 37.94 | - |
| YUV | 144.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 159 | 0.47 | 0 | 0.06 | 0.33 | 171.75 | 0.32 | 0.51 |
| Hex | 5A | AA | 9F | 2F | 0 | 6 | 21 | AC | 20 | 33 |
| Octal | 132 | 252 | 237 | 57 | 0 | 6 | 41 | 254 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10011111 | 101111 | 0 | 110 | 100001 | 10101100 | 100000 | 110011 |
Color Harmonies of #5AAA9F
Complementary color
Monochromatic Colors of #5AAA9F
Black with #5AAA9F
Text Example
Text Example
White with #5AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA9F; }
p { color: rgb(90,170,159); }
H1.HeaderClassName
{
color: #5AAA9F;
}
.AnyTagClassName
{
color: #5AAA9F;
}
</style>
background-color css
<style>
a { background-color: #5AAA9F; }
a { background-color: rgb(90,170,159); }
div.DivClassName
{
background-color: #5AAA9F;
}
.BgClassName
{
background-color: #5AAA9F;
}
</style>
border-color css
<style>
span { border-color: #5AAA9F; }
span { border-color: rgb(90,170,159); }
td.TdClassName
{
border-color: #5AAA9F;
}
.TagClassName
{
border-color: #5AAA9F;
}
</style>