Shades of Puerto Rico #5ABBA7
Tints of Puerto Rico #5ABBA7
RGB
CMYK
RGB Variations
Color information
#5ABBA7 (or 0x5ABBA7) is known color: Puerto Rico. HEX triplet: 5A, BB and A7. RGB value is (90,187,167). Sum of RGB (Red+Green+Blue) = 90+187+167=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBA7 is #A54458. Grayscale: #9B9B9B. Windows color (decimal): -10830937 or 10992474. OLE color: 10992474.
HSL color Cylindrical-coordinate representation of color #5ABBA7: hue angle of 167.63º degrees, saturation: 0.42, 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 #5ABBA7 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 167 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.27 |
| HSL | 167.63º | 0.42% | 0.54% | - |
| HSV(B) | 167.63º | 0.52% | 0.73% | - |
| XYZ | 28.96 | 40.5 | 42.85 | - |
| YUV | 155.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 167 | 0.52 | 0 | 0.11 | 0.27 | 167.63 | 0.42 | 0.54 |
| Hex | 5A | BB | A7 | 34 | 0 | B | 1B | A8 | 2A | 36 |
| Octal | 132 | 273 | 247 | 64 | 0 | 13 | 33 | 250 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10100111 | 110100 | 0 | 1011 | 11011 | 10101000 | 101010 | 110110 |
Color Harmonies of #5ABBA7
Complementary color
Monochromatic Colors of #5ABBA7
Black with #5ABBA7
Text Example
Text Example
White with #5ABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBA7; }
p { color: rgb(90,187,167); }
H1.HeaderClassName
{
color: #5ABBA7;
}
.AnyTagClassName
{
color: #5ABBA7;
}
</style>
background-color css
<style>
a { background-color: #5ABBA7; }
a { background-color: rgb(90,187,167); }
div.DivClassName
{
background-color: #5ABBA7;
}
.BgClassName
{
background-color: #5ABBA7;
}
</style>
border-color css
<style>
span { border-color: #5ABBA7; }
span { border-color: rgb(90,187,167); }
td.TdClassName
{
border-color: #5ABBA7;
}
.TagClassName
{
border-color: #5ABBA7;
}
</style>