Shades of Puerto Rico #5ABFA6
Tints of Puerto Rico #5ABFA6
RGB
CMYK
RGB Variations
Color information
#5ABFA6 (or 0x5ABFA6) is known color: Puerto Rico. HEX triplet: 5A, BF and A6. RGB value is (90,191,166). Sum of RGB (Red+Green+Blue) = 90+191+166=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFA6 is #A54059. Grayscale: #9D9D9D. Windows color (decimal): -10829914 or 10927962. OLE color: 10927962.
HSL color Cylindrical-coordinate representation of color #5ABFA6: hue angle of 165.15º degrees, saturation: 0.44, 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 #5ABFA6 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 166 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.25 |
| HSL | 165.15º | 0.44% | 0.55% | - |
| HSV(B) | 165.15º | 0.53% | 0.75% | - |
| XYZ | 29.73 | 42.19 | 42.65 | - |
| YUV | 157.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 166 | 0.53 | 0 | 0.13 | 0.25 | 165.15 | 0.44 | 0.55 |
| Hex | 5A | BF | A6 | 35 | 0 | D | 19 | A5 | 2C | 37 |
| Octal | 132 | 277 | 246 | 65 | 0 | 15 | 31 | 245 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10100110 | 110101 | 0 | 1101 | 11001 | 10100101 | 101100 | 110111 |
Color Harmonies of #5ABFA6
Complementary color
Monochromatic Colors of #5ABFA6
Black with #5ABFA6
Text Example
Text Example
White with #5ABFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFA6; }
p { color: rgb(90,191,166); }
H1.HeaderClassName
{
color: #5ABFA6;
}
.AnyTagClassName
{
color: #5ABFA6;
}
</style>
background-color css
<style>
a { background-color: #5ABFA6; }
a { background-color: rgb(90,191,166); }
div.DivClassName
{
background-color: #5ABFA6;
}
.BgClassName
{
background-color: #5ABFA6;
}
</style>
border-color css
<style>
span { border-color: #5ABFA6; }
span { border-color: rgb(90,191,166); }
td.TdClassName
{
border-color: #5ABFA6;
}
.TagClassName
{
border-color: #5ABFA6;
}
</style>