Shades of Puerto Rico #5AB8AF
Tints of Puerto Rico #5AB8AF
RGB
CMYK
RGB Variations
Color information
#5AB8AF (or 0x5AB8AF) is known color: Puerto Rico. HEX triplet: 5A, B8 and AF. RGB value is (90,184,175). Sum of RGB (Red+Green+Blue) = 90+184+175=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB8AF is #A54750. Grayscale: #9A9A9A. Windows color (decimal): -10831697 or 11515994. OLE color: 11515994.
HSL color Cylindrical-coordinate representation of color #5AB8AF: hue angle of 174.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB8AF is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 175 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.28 |
| HSL | 174.26º | 0.4% | 0.54% | - |
| HSV(B) | 174.26º | 0.51% | 0.72% | - |
| XYZ | 29.09 | 39.55 | 46.66 | - |
| YUV | 154.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 175 | 0.51 | 0 | 0.05 | 0.28 | 174.26 | 0.4 | 0.54 |
| Hex | 5A | B8 | AF | 33 | 0 | 5 | 1C | AE | 28 | 36 |
| Octal | 132 | 270 | 257 | 63 | 0 | 5 | 34 | 256 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10101111 | 110011 | 0 | 101 | 11100 | 10101110 | 101000 | 110110 |
Color Harmonies of #5AB8AF
Complementary color
Monochromatic Colors of #5AB8AF
Black with #5AB8AF
Text Example
Text Example
White with #5AB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8AF; }
p { color: rgb(90,184,175); }
H1.HeaderClassName
{
color: #5AB8AF;
}
.AnyTagClassName
{
color: #5AB8AF;
}
</style>
background-color css
<style>
a { background-color: #5AB8AF; }
a { background-color: rgb(90,184,175); }
div.DivClassName
{
background-color: #5AB8AF;
}
.BgClassName
{
background-color: #5AB8AF;
}
</style>
border-color css
<style>
span { border-color: #5AB8AF; }
span { border-color: rgb(90,184,175); }
td.TdClassName
{
border-color: #5AB8AF;
}
.TagClassName
{
border-color: #5AB8AF;
}
</style>