Shades of Puerto Rico #5AB9A6
Tints of Puerto Rico #5AB9A6
RGB
CMYK
RGB Variations
Color information
#5AB9A6 (or 0x5AB9A6) is known color: Puerto Rico. HEX triplet: 5A, B9 and A6. RGB value is (90,185,166). Sum of RGB (Red+Green+Blue) = 90+185+166=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB9A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB9A6 is #A54659. Grayscale: #9A9A9A. Windows color (decimal): -10831450 or 10926426. OLE color: 10926426.
HSL color Cylindrical-coordinate representation of color #5AB9A6: hue angle of 168º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB9A6 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 166 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.27 |
| HSL | 168º | 0.4% | 0.54% | - |
| HSV(B) | 168º | 0.51% | 0.73% | - |
| XYZ | 28.45 | 39.62 | 42.23 | - |
| YUV | 154.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 166 | 0.51 | 0 | 0.10 | 0.27 | 168 | 0.4 | 0.54 |
| Hex | 5A | B9 | A6 | 33 | 0 | A | 1B | A8 | 28 | 36 |
| Octal | 132 | 271 | 246 | 63 | 0 | 12 | 33 | 250 | 50 | 66 |
| Binary | 1011010 | 10111001 | 10100110 | 110011 | 0 | 1010 | 11011 | 10101000 | 101000 | 110110 |
Color Harmonies of #5AB9A6
Complementary color
Monochromatic Colors of #5AB9A6
Black with #5AB9A6
Text Example
Text Example
White with #5AB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB9A6; }
p { color: rgb(90,185,166); }
H1.HeaderClassName
{
color: #5AB9A6;
}
.AnyTagClassName
{
color: #5AB9A6;
}
</style>
background-color css
<style>
a { background-color: #5AB9A6; }
a { background-color: rgb(90,185,166); }
div.DivClassName
{
background-color: #5AB9A6;
}
.BgClassName
{
background-color: #5AB9A6;
}
</style>
border-color css
<style>
span { border-color: #5AB9A6; }
span { border-color: rgb(90,185,166); }
td.TdClassName
{
border-color: #5AB9A6;
}
.TagClassName
{
border-color: #5AB9A6;
}
</style>