Shades of Puerto Rico #55BAB0
Tints of Puerto Rico #55BAB0
RGB
CMYK
RGB Variations
Color information
#55BAB0 (or 0x55BAB0) is known color: Puerto Rico. HEX triplet: 55, BA and B0. RGB value is (85,186,176). Sum of RGB (Red+Green+Blue) = 85+186+176=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAB0 is #AA454F. Grayscale: #9A9A9A. Windows color (decimal): -11158864 or 11582037. OLE color: 11582037.
HSL color Cylindrical-coordinate representation of color #55BAB0: hue angle of 174.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BAB0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 176 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.27 |
| HSL | 174.06º | 0.42% | 0.53% | - |
| HSV(B) | 174.06º | 0.54% | 0.73% | - |
| XYZ | 29.14 | 40.18 | 47.29 | - |
| YUV | 154.66 | 140.04 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 176 | 0.54 | 0 | 0.05 | 0.27 | 174.06 | 0.42 | 0.53 |
| Hex | 55 | BA | B0 | 36 | 0 | 5 | 1B | AE | 2A | 35 |
| Octal | 125 | 272 | 260 | 66 | 0 | 5 | 33 | 256 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10110000 | 110110 | 0 | 101 | 11011 | 10101110 | 101010 | 110101 |
Color Harmonies of #55BAB0
Complementary color
Monochromatic Colors of #55BAB0
Black with #55BAB0
Text Example
Text Example
White with #55BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB0; }
p { color: rgb(85,186,176); }
H1.HeaderClassName
{
color: #55BAB0;
}
.AnyTagClassName
{
color: #55BAB0;
}
</style>
background-color css
<style>
a { background-color: #55BAB0; }
a { background-color: rgb(85,186,176); }
div.DivClassName
{
background-color: #55BAB0;
}
.BgClassName
{
background-color: #55BAB0;
}
</style>
border-color css
<style>
span { border-color: #55BAB0; }
span { border-color: rgb(85,186,176); }
td.TdClassName
{
border-color: #55BAB0;
}
.TagClassName
{
border-color: #55BAB0;
}
</style>