Shades of Puerto Rico #5ABEAB
Tints of Puerto Rico #5ABEAB
RGB
CMYK
RGB Variations
Color information
#5ABEAB (or 0x5ABEAB) is known color: Puerto Rico. HEX triplet: 5A, BE and AB. RGB value is (90,190,171). Sum of RGB (Red+Green+Blue) = 90+190+171=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEAB is #A54154. Grayscale: #9D9D9D. Windows color (decimal): -10830165 or 11255386. OLE color: 11255386.
HSL color Cylindrical-coordinate representation of color #5ABEAB: hue angle of 168.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEAB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 171 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.25 |
| HSL | 168.6º | 0.43% | 0.55% | - |
| HSV(B) | 168.6º | 0.53% | 0.75% | - |
| XYZ | 29.98 | 41.94 | 45.04 | - |
| YUV | 157.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 171 | 0.53 | 0 | 0.10 | 0.25 | 168.6 | 0.43 | 0.55 |
| Hex | 5A | BE | AB | 35 | 0 | A | 19 | A9 | 2B | 37 |
| Octal | 132 | 276 | 253 | 65 | 0 | 12 | 31 | 251 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10101011 | 110101 | 0 | 1010 | 11001 | 10101001 | 101011 | 110111 |
Color Harmonies of #5ABEAB
Complementary color
Monochromatic Colors of #5ABEAB
Black with #5ABEAB
Text Example
Text Example
White with #5ABEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEAB; }
p { color: rgb(90,190,171); }
H1.HeaderClassName
{
color: #5ABEAB;
}
.AnyTagClassName
{
color: #5ABEAB;
}
</style>
background-color css
<style>
a { background-color: #5ABEAB; }
a { background-color: rgb(90,190,171); }
div.DivClassName
{
background-color: #5ABEAB;
}
.BgClassName
{
background-color: #5ABEAB;
}
</style>
border-color css
<style>
span { border-color: #5ABEAB; }
span { border-color: rgb(90,190,171); }
td.TdClassName
{
border-color: #5ABEAB;
}
.TagClassName
{
border-color: #5ABEAB;
}
</style>