Shades of Puerto Rico #5AB3A6
Tints of Puerto Rico #5AB3A6
RGB
CMYK
RGB Variations
Color information
#5AB3A6 (or 0x5AB3A6) is known color: Puerto Rico. HEX triplet: 5A, B3 and A6. RGB value is (90,179,166). Sum of RGB (Red+Green+Blue) = 90+179+166=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB3A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB3A6 is #A54C59. Grayscale: #969696. Windows color (decimal): -10832986 or 10924890. OLE color: 10924890.
HSL color Cylindrical-coordinate representation of color #5AB3A6: hue angle of 171.24º 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 #5AB3A6 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 166 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.30 |
| HSL | 171.24º | 0.37% | 0.53% | - |
| HSV(B) | 171.24º | 0.5% | 0.7% | - |
| XYZ | 27.22 | 37.17 | 41.82 | - |
| YUV | 150.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 166 | 0.50 | 0 | 0.07 | 0.30 | 171.24 | 0.37 | 0.53 |
| Hex | 5A | B3 | A6 | 32 | 0 | 7 | 1E | AB | 25 | 35 |
| Octal | 132 | 263 | 246 | 62 | 0 | 7 | 36 | 253 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10100110 | 110010 | 0 | 111 | 11110 | 10101011 | 100101 | 110101 |
Color Harmonies of #5AB3A6
Complementary color
Monochromatic Colors of #5AB3A6
Black with #5AB3A6
Text Example
Text Example
White with #5AB3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3A6; }
p { color: rgb(90,179,166); }
H1.HeaderClassName
{
color: #5AB3A6;
}
.AnyTagClassName
{
color: #5AB3A6;
}
</style>
background-color css
<style>
a { background-color: #5AB3A6; }
a { background-color: rgb(90,179,166); }
div.DivClassName
{
background-color: #5AB3A6;
}
.BgClassName
{
background-color: #5AB3A6;
}
</style>
border-color css
<style>
span { border-color: #5AB3A6; }
span { border-color: rgb(90,179,166); }
td.TdClassName
{
border-color: #5AB3A6;
}
.TagClassName
{
border-color: #5AB3A6;
}
</style>