Shades of Puerto Rico #5AB7A8
Tints of Puerto Rico #5AB7A8
RGB
CMYK
RGB Variations
Color information
#5AB7A8 (or 0x5AB7A8) is known color: Puerto Rico. HEX triplet: 5A, B7 and A8. RGB value is (90,183,168). Sum of RGB (Red+Green+Blue) = 90+183+168=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB7A8 is #A54857. Grayscale: #999999. Windows color (decimal): -10831960 or 11056986. OLE color: 11056986.
HSL color Cylindrical-coordinate representation of color #5AB7A8: hue angle of 170.32º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB7A8 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 168 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.28 |
| HSL | 170.32º | 0.39% | 0.54% | - |
| HSV(B) | 170.32º | 0.51% | 0.72% | - |
| XYZ | 28.22 | 38.87 | 43.06 | - |
| YUV | 153.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 168 | 0.51 | 0 | 0.08 | 0.28 | 170.32 | 0.39 | 0.54 |
| Hex | 5A | B7 | A8 | 33 | 0 | 8 | 1C | AA | 27 | 36 |
| Octal | 132 | 267 | 250 | 63 | 0 | 10 | 34 | 252 | 47 | 66 |
| Binary | 1011010 | 10110111 | 10101000 | 110011 | 0 | 1000 | 11100 | 10101010 | 100111 | 110110 |
Color Harmonies of #5AB7A8
Complementary color
Monochromatic Colors of #5AB7A8
Black with #5AB7A8
Text Example
Text Example
White with #5AB7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7A8; }
p { color: rgb(90,183,168); }
H1.HeaderClassName
{
color: #5AB7A8;
}
.AnyTagClassName
{
color: #5AB7A8;
}
</style>
background-color css
<style>
a { background-color: #5AB7A8; }
a { background-color: rgb(90,183,168); }
div.DivClassName
{
background-color: #5AB7A8;
}
.BgClassName
{
background-color: #5AB7A8;
}
</style>
border-color css
<style>
span { border-color: #5AB7A8; }
span { border-color: rgb(90,183,168); }
td.TdClassName
{
border-color: #5AB7A8;
}
.TagClassName
{
border-color: #5AB7A8;
}
</style>