Shades of Puerto Rico #5AB5A6
Tints of Puerto Rico #5AB5A6
RGB
CMYK
RGB Variations
Color information
#5AB5A6 (or 0x5AB5A6) is known color: Puerto Rico. HEX triplet: 5A, B5 and A6. RGB value is (90,181,166). Sum of RGB (Red+Green+Blue) = 90+181+166=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5A6 is #A54A59. Grayscale: #989898. Windows color (decimal): -10832474 or 10925402. OLE color: 10925402.
HSL color Cylindrical-coordinate representation of color #5AB5A6: hue angle of 170.11º 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 #5AB5A6 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 166 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.29 |
| HSL | 170.11º | 0.38% | 0.53% | - |
| HSV(B) | 170.11º | 0.5% | 0.71% | - |
| XYZ | 27.62 | 37.97 | 41.95 | - |
| YUV | 152.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 166 | 0.50 | 0 | 0.08 | 0.29 | 170.11 | 0.38 | 0.53 |
| Hex | 5A | B5 | A6 | 32 | 0 | 8 | 1D | AA | 26 | 35 |
| Octal | 132 | 265 | 246 | 62 | 0 | 10 | 35 | 252 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10100110 | 110010 | 0 | 1000 | 11101 | 10101010 | 100110 | 110101 |
Color Harmonies of #5AB5A6
Complementary color
Monochromatic Colors of #5AB5A6
Black with #5AB5A6
Text Example
Text Example
White with #5AB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5A6; }
p { color: rgb(90,181,166); }
H1.HeaderClassName
{
color: #5AB5A6;
}
.AnyTagClassName
{
color: #5AB5A6;
}
</style>
background-color css
<style>
a { background-color: #5AB5A6; }
a { background-color: rgb(90,181,166); }
div.DivClassName
{
background-color: #5AB5A6;
}
.BgClassName
{
background-color: #5AB5A6;
}
</style>
border-color css
<style>
span { border-color: #5AB5A6; }
span { border-color: rgb(90,181,166); }
td.TdClassName
{
border-color: #5AB5A6;
}
.TagClassName
{
border-color: #5AB5A6;
}
</style>