Shades of Puerto Rico #5AB3A0
Tints of Puerto Rico #5AB3A0
RGB
CMYK
RGB Variations
Color information
#5AB3A0 (or 0x5AB3A0) is known color: Puerto Rico. HEX triplet: 5A, B3 and A0. RGB value is (90,179,160). Sum of RGB (Red+Green+Blue) = 90+179+160=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB3A0 is #A54C5F. Grayscale: #969696. Windows color (decimal): -10832992 or 10531674. OLE color: 10531674.
HSL color Cylindrical-coordinate representation of color #5AB3A0: hue angle of 167.19º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB3A0 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 160 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.30 |
| HSL | 167.19º | 0.37% | 0.53% | - |
| HSV(B) | 167.19º | 0.5% | 0.7% | - |
| XYZ | 26.68 | 36.95 | 38.98 | - |
| YUV | 150.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 160 | 0.50 | 0 | 0.11 | 0.30 | 167.19 | 0.37 | 0.53 |
| Hex | 5A | B3 | A0 | 32 | 0 | B | 1E | A7 | 25 | 35 |
| Octal | 132 | 263 | 240 | 62 | 0 | 13 | 36 | 247 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10100000 | 110010 | 0 | 1011 | 11110 | 10100111 | 100101 | 110101 |
Color Harmonies of #5AB3A0
Complementary color
Monochromatic Colors of #5AB3A0
Black with #5AB3A0
Text Example
Text Example
White with #5AB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3A0; }
p { color: rgb(90,179,160); }
H1.HeaderClassName
{
color: #5AB3A0;
}
.AnyTagClassName
{
color: #5AB3A0;
}
</style>
background-color css
<style>
a { background-color: #5AB3A0; }
a { background-color: rgb(90,179,160); }
div.DivClassName
{
background-color: #5AB3A0;
}
.BgClassName
{
background-color: #5AB3A0;
}
</style>
border-color css
<style>
span { border-color: #5AB3A0; }
span { border-color: rgb(90,179,160); }
td.TdClassName
{
border-color: #5AB3A0;
}
.TagClassName
{
border-color: #5AB3A0;
}
</style>