Shades of Puerto Rico #5ABBAE
Tints of Puerto Rico #5ABBAE
RGB
CMYK
RGB Variations
Color information
#5ABBAE (or 0x5ABBAE) is known color: Puerto Rico. HEX triplet: 5A, BB and AE. RGB value is (90,187,174). Sum of RGB (Red+Green+Blue) = 90+187+174=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBAE is #A54451. Grayscale: #9C9C9C. Windows color (decimal): -10830930 or 11451226. OLE color: 11451226.
HSL color Cylindrical-coordinate representation of color #5ABBAE: hue angle of 171.96º degrees, saturation: 0.42, 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 #5ABBAE is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 174 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.27 |
| HSL | 171.96º | 0.42% | 0.54% | - |
| HSV(B) | 171.96º | 0.52% | 0.73% | - |
| XYZ | 29.63 | 40.77 | 46.35 | - |
| YUV | 156.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 174 | 0.52 | 0 | 0.07 | 0.27 | 171.96 | 0.42 | 0.54 |
| Hex | 5A | BB | AE | 34 | 0 | 7 | 1B | AC | 2A | 36 |
| Octal | 132 | 273 | 256 | 64 | 0 | 7 | 33 | 254 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10101110 | 110100 | 0 | 111 | 11011 | 10101100 | 101010 | 110110 |
Color Harmonies of #5ABBAE
Complementary color
Monochromatic Colors of #5ABBAE
Black with #5ABBAE
Text Example
Text Example
White with #5ABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBAE; }
p { color: rgb(90,187,174); }
H1.HeaderClassName
{
color: #5ABBAE;
}
.AnyTagClassName
{
color: #5ABBAE;
}
</style>
background-color css
<style>
a { background-color: #5ABBAE; }
a { background-color: rgb(90,187,174); }
div.DivClassName
{
background-color: #5ABBAE;
}
.BgClassName
{
background-color: #5ABBAE;
}
</style>
border-color css
<style>
span { border-color: #5ABBAE; }
span { border-color: rgb(90,187,174); }
td.TdClassName
{
border-color: #5ABBAE;
}
.TagClassName
{
border-color: #5ABBAE;
}
</style>