Shades of Puerto Rico #5AB4A1
Tints of Puerto Rico #5AB4A1
RGB
CMYK
RGB Variations
Color information
#5AB4A1 (or 0x5AB4A1) is known color: Puerto Rico. HEX triplet: 5A, B4 and A1. RGB value is (90,180,161). Sum of RGB (Red+Green+Blue) = 90+180+161=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB4A1 is #A54B5E. Grayscale: #969696. Windows color (decimal): -10832735 or 10597466. OLE color: 10597466.
HSL color Cylindrical-coordinate representation of color #5AB4A1: hue angle of 167.33º 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 #5AB4A1 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 161 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.29 |
| HSL | 167.33º | 0.38% | 0.53% | - |
| HSV(B) | 167.33º | 0.5% | 0.71% | - |
| XYZ | 26.97 | 37.39 | 39.51 | - |
| YUV | 150.92 | 133.68 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 161 | 0.50 | 0 | 0.11 | 0.29 | 167.33 | 0.38 | 0.53 |
| Hex | 5A | B4 | A1 | 32 | 0 | B | 1D | A7 | 26 | 35 |
| Octal | 132 | 264 | 241 | 62 | 0 | 13 | 35 | 247 | 46 | 65 |
| Binary | 1011010 | 10110100 | 10100001 | 110010 | 0 | 1011 | 11101 | 10100111 | 100110 | 110101 |
Color Harmonies of #5AB4A1
Complementary color
Monochromatic Colors of #5AB4A1
Black with #5AB4A1
Text Example
Text Example
White with #5AB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4A1; }
p { color: rgb(90,180,161); }
H1.HeaderClassName
{
color: #5AB4A1;
}
.AnyTagClassName
{
color: #5AB4A1;
}
</style>
background-color css
<style>
a { background-color: #5AB4A1; }
a { background-color: rgb(90,180,161); }
div.DivClassName
{
background-color: #5AB4A1;
}
.BgClassName
{
background-color: #5AB4A1;
}
</style>
border-color css
<style>
span { border-color: #5AB4A1; }
span { border-color: rgb(90,180,161); }
td.TdClassName
{
border-color: #5AB4A1;
}
.TagClassName
{
border-color: #5AB4A1;
}
</style>