Shades of Puerto Rico #5AB5AB
Tints of Puerto Rico #5AB5AB
RGB
CMYK
RGB Variations
Color information
#5AB5AB (or 0x5AB5AB) is known color: Puerto Rico. HEX triplet: 5A, B5 and AB. RGB value is (90,181,171). Sum of RGB (Red+Green+Blue) = 90+181+171=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB5AB is #A54A54. Grayscale: #989898. Windows color (decimal): -10832469 or 11253082. OLE color: 11253082.
HSL color Cylindrical-coordinate representation of color #5AB5AB: hue angle of 173.41º 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 #5AB5AB is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 171 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.29 |
| HSL | 173.41º | 0.38% | 0.53% | - |
| HSV(B) | 173.41º | 0.5% | 0.71% | - |
| XYZ | 28.09 | 38.16 | 44.41 | - |
| YUV | 152.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 171 | 0.50 | 0 | 0.06 | 0.29 | 173.41 | 0.38 | 0.53 |
| Hex | 5A | B5 | AB | 32 | 0 | 6 | 1D | AD | 26 | 35 |
| Octal | 132 | 265 | 253 | 62 | 0 | 6 | 35 | 255 | 46 | 65 |
| Binary | 1011010 | 10110101 | 10101011 | 110010 | 0 | 110 | 11101 | 10101101 | 100110 | 110101 |
Color Harmonies of #5AB5AB
Complementary color
Monochromatic Colors of #5AB5AB
Black with #5AB5AB
Text Example
Text Example
White with #5AB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5AB; }
p { color: rgb(90,181,171); }
H1.HeaderClassName
{
color: #5AB5AB;
}
.AnyTagClassName
{
color: #5AB5AB;
}
</style>
background-color css
<style>
a { background-color: #5AB5AB; }
a { background-color: rgb(90,181,171); }
div.DivClassName
{
background-color: #5AB5AB;
}
.BgClassName
{
background-color: #5AB5AB;
}
</style>
border-color css
<style>
span { border-color: #5AB5AB; }
span { border-color: rgb(90,181,171); }
td.TdClassName
{
border-color: #5AB5AB;
}
.TagClassName
{
border-color: #5AB5AB;
}
</style>