Shades of Puerto Rico #5AC5AB
Tints of Puerto Rico #5AC5AB
RGB
CMYK
RGB Variations
Color information
#5AC5AB (or 0x5AC5AB) is known color: Puerto Rico. HEX triplet: 5A, C5 and AB. RGB value is (90,197,171). Sum of RGB (Red+Green+Blue) = 90+197+171=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC5AB is #A53A54. Grayscale: #A2A2A2. Windows color (decimal): -10828373 or 11257178. OLE color: 11257178.
HSL color Cylindrical-coordinate representation of color #5AC5AB: hue angle of 165.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC5AB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 171 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.23 |
| HSL | 165.42º | 0.48% | 0.56% | - |
| HSV(B) | 165.42º | 0.54% | 0.77% | - |
| XYZ | 31.53 | 45.05 | 45.56 | - |
| YUV | 162.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 171 | 0.54 | 0 | 0.13 | 0.23 | 165.42 | 0.48 | 0.56 |
| Hex | 5A | C5 | AB | 36 | 0 | D | 17 | A5 | 30 | 38 |
| Octal | 132 | 305 | 253 | 66 | 0 | 15 | 27 | 245 | 60 | 70 |
| Binary | 1011010 | 11000101 | 10101011 | 110110 | 0 | 1101 | 10111 | 10100101 | 110000 | 111000 |
Color Harmonies of #5AC5AB
Complementary color
Monochromatic Colors of #5AC5AB
Black with #5AC5AB
Text Example
Text Example
White with #5AC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC5AB; }
p { color: rgb(90,197,171); }
H1.HeaderClassName
{
color: #5AC5AB;
}
.AnyTagClassName
{
color: #5AC5AB;
}
</style>
background-color css
<style>
a { background-color: #5AC5AB; }
a { background-color: rgb(90,197,171); }
div.DivClassName
{
background-color: #5AC5AB;
}
.BgClassName
{
background-color: #5AC5AB;
}
</style>
border-color css
<style>
span { border-color: #5AC5AB; }
span { border-color: rgb(90,197,171); }
td.TdClassName
{
border-color: #5AC5AB;
}
.TagClassName
{
border-color: #5AC5AB;
}
</style>