Shades of Puerto Rico #5ABAAB
Tints of Puerto Rico #5ABAAB
RGB
CMYK
RGB Variations
Color information
#5ABAAB (or 0x5ABAAB) is known color: Puerto Rico. HEX triplet: 5A, BA and AB. RGB value is (90,186,171). Sum of RGB (Red+Green+Blue) = 90+186+171=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAAB is #A54554. Grayscale: #9B9B9B. Windows color (decimal): -10831189 or 11254362. OLE color: 11254362.
HSL color Cylindrical-coordinate representation of color #5ABAAB: hue angle of 170.62º 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 #5ABAAB is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 171 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.27 |
| HSL | 170.63º | 0.41% | 0.54% | - |
| HSV(B) | 170.63º | 0.52% | 0.73% | - |
| XYZ | 29.13 | 40.23 | 44.76 | - |
| YUV | 155.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 171 | 0.52 | 0 | 0.08 | 0.27 | 170.63 | 0.41 | 0.54 |
| Hex | 5A | BA | AB | 34 | 0 | 8 | 1B | AB | 29 | 36 |
| Octal | 132 | 272 | 253 | 64 | 0 | 10 | 33 | 253 | 51 | 66 |
| Binary | 1011010 | 10111010 | 10101011 | 110100 | 0 | 1000 | 11011 | 10101011 | 101001 | 110110 |
Color Harmonies of #5ABAAB
Complementary color
Monochromatic Colors of #5ABAAB
Black with #5ABAAB
Text Example
Text Example
White with #5ABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAAB; }
p { color: rgb(90,186,171); }
H1.HeaderClassName
{
color: #5ABAAB;
}
.AnyTagClassName
{
color: #5ABAAB;
}
</style>
background-color css
<style>
a { background-color: #5ABAAB; }
a { background-color: rgb(90,186,171); }
div.DivClassName
{
background-color: #5ABAAB;
}
.BgClassName
{
background-color: #5ABAAB;
}
</style>
border-color css
<style>
span { border-color: #5ABAAB; }
span { border-color: rgb(90,186,171); }
td.TdClassName
{
border-color: #5ABAAB;
}
.TagClassName
{
border-color: #5ABAAB;
}
</style>