Shades of Puerto Rico #5ABAAA
Tints of Puerto Rico #5ABAAA
RGB
CMYK
RGB Variations
Color information
#5ABAAA (or 0x5ABAAA) is known color: Puerto Rico. HEX triplet: 5A, BA and AA. RGB value is (90,186,170). Sum of RGB (Red+Green+Blue) = 90+186+170=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAAA is #A54555. Grayscale: #9B9B9B. Windows color (decimal): -10831190 or 11188826. OLE color: 11188826.
HSL color Cylindrical-coordinate representation of color #5ABAAA: hue angle of 170º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAAA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 170 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.27 |
| HSL | 170º | 0.41% | 0.54% | - |
| HSV(B) | 170º | 0.52% | 0.73% | - |
| XYZ | 29.03 | 40.19 | 44.26 | - |
| YUV | 155.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 170 | 0.52 | 0 | 0.09 | 0.27 | 170 | 0.41 | 0.54 |
| Hex | 5A | BA | AA | 34 | 0 | 9 | 1B | AA | 29 | 36 |
| Octal | 132 | 272 | 252 | 64 | 0 | 11 | 33 | 252 | 51 | 66 |
| Binary | 1011010 | 10111010 | 10101010 | 110100 | 0 | 1001 | 11011 | 10101010 | 101001 | 110110 |
Color Harmonies of #5ABAAA
Complementary color
Monochromatic Colors of #5ABAAA
Black with #5ABAAA
Text Example
Text Example
White with #5ABAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAAA; }
p { color: rgb(90,186,170); }
H1.HeaderClassName
{
color: #5ABAAA;
}
.AnyTagClassName
{
color: #5ABAAA;
}
</style>
background-color css
<style>
a { background-color: #5ABAAA; }
a { background-color: rgb(90,186,170); }
div.DivClassName
{
background-color: #5ABAAA;
}
.BgClassName
{
background-color: #5ABAAA;
}
</style>
border-color css
<style>
span { border-color: #5ABAAA; }
span { border-color: rgb(90,186,170); }
td.TdClassName
{
border-color: #5ABAAA;
}
.TagClassName
{
border-color: #5ABAAA;
}
</style>