Shades of Puerto Rico #5AB5A0
Tints of Puerto Rico #5AB5A0
RGB
CMYK
RGB Variations
Color information
#5AB5A0 (or 0x5AB5A0) is known color: Puerto Rico. HEX triplet: 5A, B5 and A0. RGB value is (90,181,160). Sum of RGB (Red+Green+Blue) = 90+181+160=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5A0 is #A54A5F. Grayscale: #979797. Windows color (decimal): -10832480 or 10532186. OLE color: 10532186.
HSL color Cylindrical-coordinate representation of color #5AB5A0: hue angle of 166.15º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB5A0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 160 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.29 |
| HSL | 166.15º | 0.38% | 0.53% | - |
| HSV(B) | 166.15º | 0.5% | 0.71% | - |
| XYZ | 27.09 | 37.76 | 39.12 | - |
| YUV | 151.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 160 | 0.50 | 0 | 0.12 | 0.29 | 166.15 | 0.38 | 0.53 |
| Hex | 5A | B5 | A0 | 32 | 0 | C | 1D | A6 | 26 | 35 |
| Octal | 132 | 265 | 240 | 62 | 0 | 14 | 35 | 246 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10100000 | 110010 | 0 | 1100 | 11101 | 10100110 | 100110 | 110101 |
Color Harmonies of #5AB5A0
Complementary color
Monochromatic Colors of #5AB5A0
Black with #5AB5A0
Text Example
Text Example
White with #5AB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5A0; }
p { color: rgb(90,181,160); }
H1.HeaderClassName
{
color: #5AB5A0;
}
.AnyTagClassName
{
color: #5AB5A0;
}
</style>
background-color css
<style>
a { background-color: #5AB5A0; }
a { background-color: rgb(90,181,160); }
div.DivClassName
{
background-color: #5AB5A0;
}
.BgClassName
{
background-color: #5AB5A0;
}
</style>
border-color css
<style>
span { border-color: #5AB5A0; }
span { border-color: rgb(90,181,160); }
td.TdClassName
{
border-color: #5AB5A0;
}
.TagClassName
{
border-color: #5AB5A0;
}
</style>