Shades of Puerto Rico #5ABAB1
Tints of Puerto Rico #5ABAB1
RGB
CMYK
RGB Variations
Color information
#5ABAB1 (or 0x5ABAB1) is known color: Puerto Rico. HEX triplet: 5A, BA and B1. RGB value is (90,186,177). Sum of RGB (Red+Green+Blue) = 90+186+177=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABAB1 is #A5454E. Grayscale: #9C9C9C. Windows color (decimal): -10831183 or 11647578. OLE color: 11647578.
HSL color Cylindrical-coordinate representation of color #5ABAB1: hue angle of 174.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABAB1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 177 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.27 |
| HSL | 174.38º | 0.41% | 0.54% | - |
| HSV(B) | 174.38º | 0.52% | 0.73% | - |
| XYZ | 29.71 | 40.47 | 47.84 | - |
| YUV | 156.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 177 | 0.52 | 0 | 0.05 | 0.27 | 174.38 | 0.41 | 0.54 |
| Hex | 5A | BA | B1 | 34 | 0 | 5 | 1B | AE | 29 | 36 |
| Octal | 132 | 272 | 261 | 64 | 0 | 5 | 33 | 256 | 51 | 66 |
| Binary | 1011010 | 10111010 | 10110001 | 110100 | 0 | 101 | 11011 | 10101110 | 101001 | 110110 |
Color Harmonies of #5ABAB1
Complementary color
Monochromatic Colors of #5ABAB1
Black with #5ABAB1
Text Example
Text Example
White with #5ABAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABAB1; }
p { color: rgb(90,186,177); }
H1.HeaderClassName
{
color: #5ABAB1;
}
.AnyTagClassName
{
color: #5ABAB1;
}
</style>
background-color css
<style>
a { background-color: #5ABAB1; }
a { background-color: rgb(90,186,177); }
div.DivClassName
{
background-color: #5ABAB1;
}
.BgClassName
{
background-color: #5ABAB1;
}
</style>
border-color css
<style>
span { border-color: #5ABAB1; }
span { border-color: rgb(90,186,177); }
td.TdClassName
{
border-color: #5ABAB1;
}
.TagClassName
{
border-color: #5ABAB1;
}
</style>