Shades of Puerto Rico #5AB3A4
Tints of Puerto Rico #5AB3A4
RGB
CMYK
RGB Variations
Color information
#5AB3A4 (or 0x5AB3A4) is known color: Puerto Rico. HEX triplet: 5A, B3 and A4. RGB value is (90,179,164). Sum of RGB (Red+Green+Blue) = 90+179+164=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB3A4 is #A54C5B. Grayscale: #969696. Windows color (decimal): -10832988 or 10793818. OLE color: 10793818.
HSL color Cylindrical-coordinate representation of color #5AB3A4: hue angle of 169.89º 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 #5AB3A4 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 164 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.30 |
| HSL | 169.89º | 0.37% | 0.53% | - |
| HSV(B) | 169.89º | 0.5% | 0.7% | - |
| XYZ | 27.04 | 37.09 | 40.86 | - |
| YUV | 150.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 164 | 0.50 | 0 | 0.08 | 0.30 | 169.89 | 0.37 | 0.53 |
| Hex | 5A | B3 | A4 | 32 | 0 | 8 | 1E | AA | 25 | 35 |
| Octal | 132 | 263 | 244 | 62 | 0 | 10 | 36 | 252 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10100100 | 110010 | 0 | 1000 | 11110 | 10101010 | 100101 | 110101 |
Color Harmonies of #5AB3A4
Complementary color
Monochromatic Colors of #5AB3A4
Black with #5AB3A4
Text Example
Text Example
White with #5AB3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3A4; }
p { color: rgb(90,179,164); }
H1.HeaderClassName
{
color: #5AB3A4;
}
.AnyTagClassName
{
color: #5AB3A4;
}
</style>
background-color css
<style>
a { background-color: #5AB3A4; }
a { background-color: rgb(90,179,164); }
div.DivClassName
{
background-color: #5AB3A4;
}
.BgClassName
{
background-color: #5AB3A4;
}
</style>
border-color css
<style>
span { border-color: #5AB3A4; }
span { border-color: rgb(90,179,164); }
td.TdClassName
{
border-color: #5AB3A4;
}
.TagClassName
{
border-color: #5AB3A4;
}
</style>