Shades of Puerto Rico #5AB5A1
Tints of Puerto Rico #5AB5A1
RGB
CMYK
RGB Variations
Color information
#5AB5A1 (or 0x5AB5A1) is known color: Puerto Rico. HEX triplet: 5A, B5 and A1. RGB value is (90,181,161). Sum of RGB (Red+Green+Blue) = 90+181+161=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5A1 is #A54A5E. Grayscale: #979797. Windows color (decimal): -10832479 or 10597722. OLE color: 10597722.
HSL color Cylindrical-coordinate representation of color #5AB5A1: hue angle of 166.81º 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 #5AB5A1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 161 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.29 |
| HSL | 166.81º | 0.38% | 0.53% | - |
| HSV(B) | 166.81º | 0.5% | 0.71% | - |
| XYZ | 27.17 | 37.79 | 39.58 | - |
| YUV | 151.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 161 | 0.50 | 0 | 0.11 | 0.29 | 166.81 | 0.38 | 0.53 |
| Hex | 5A | B5 | A1 | 32 | 0 | B | 1D | A7 | 26 | 35 |
| Octal | 132 | 265 | 241 | 62 | 0 | 13 | 35 | 247 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10100001 | 110010 | 0 | 1011 | 11101 | 10100111 | 100110 | 110101 |
Color Harmonies of #5AB5A1
Complementary color
Monochromatic Colors of #5AB5A1
Black with #5AB5A1
Text Example
Text Example
White with #5AB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5A1; }
p { color: rgb(90,181,161); }
H1.HeaderClassName
{
color: #5AB5A1;
}
.AnyTagClassName
{
color: #5AB5A1;
}
</style>
background-color css
<style>
a { background-color: #5AB5A1; }
a { background-color: rgb(90,181,161); }
div.DivClassName
{
background-color: #5AB5A1;
}
.BgClassName
{
background-color: #5AB5A1;
}
</style>
border-color css
<style>
span { border-color: #5AB5A1; }
span { border-color: rgb(90,181,161); }
td.TdClassName
{
border-color: #5AB5A1;
}
.TagClassName
{
border-color: #5AB5A1;
}
</style>