Shades of Puerto Rico #5AB6AA
Tints of Puerto Rico #5AB6AA
RGB
CMYK
RGB Variations
Color information
#5AB6AA (or 0x5AB6AA) is known color: Puerto Rico. HEX triplet: 5A, B6 and AA. RGB value is (90,182,170). Sum of RGB (Red+Green+Blue) = 90+182+170=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB6AA is #A54955. Grayscale: #999999. Windows color (decimal): -10832214 or 11187802. OLE color: 11187802.
HSL color Cylindrical-coordinate representation of color #5AB6AA: hue angle of 172.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB6AA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 170 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.29 |
| HSL | 172.17º | 0.39% | 0.53% | - |
| HSV(B) | 172.17º | 0.51% | 0.71% | - |
| XYZ | 28.2 | 38.53 | 43.98 | - |
| YUV | 153.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 170 | 0.51 | 0 | 0.07 | 0.29 | 172.17 | 0.39 | 0.53 |
| Hex | 5A | B6 | AA | 33 | 0 | 7 | 1D | AC | 27 | 35 |
| Octal | 132 | 266 | 252 | 63 | 0 | 7 | 35 | 254 | 47 | 65 |
| Binary | 1011010 | 10110110 | 10101010 | 110011 | 0 | 111 | 11101 | 10101100 | 100111 | 110101 |
Color Harmonies of #5AB6AA
Complementary color
Monochromatic Colors of #5AB6AA
Black with #5AB6AA
Text Example
Text Example
White with #5AB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6AA; }
p { color: rgb(90,182,170); }
H1.HeaderClassName
{
color: #5AB6AA;
}
.AnyTagClassName
{
color: #5AB6AA;
}
</style>
background-color css
<style>
a { background-color: #5AB6AA; }
a { background-color: rgb(90,182,170); }
div.DivClassName
{
background-color: #5AB6AA;
}
.BgClassName
{
background-color: #5AB6AA;
}
</style>
border-color css
<style>
span { border-color: #5AB6AA; }
span { border-color: rgb(90,182,170); }
td.TdClassName
{
border-color: #5AB6AA;
}
.TagClassName
{
border-color: #5AB6AA;
}
</style>