Shades of Puerto Rico #55BAA0
Tints of Puerto Rico #55BAA0
RGB
CMYK
RGB Variations
Color information
#55BAA0 (or 0x55BAA0) is known color: Puerto Rico. HEX triplet: 55, BA and A0. RGB value is (85,186,160). Sum of RGB (Red+Green+Blue) = 85+186+160=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAA0 is #AA455F. Grayscale: #989898. Windows color (decimal): -11158880 or 10533461. OLE color: 10533461.
HSL color Cylindrical-coordinate representation of color #55BAA0: hue angle of 164.55º 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 #55BAA0 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 160 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.27 |
| HSL | 164.55º | 0.42% | 0.53% | - |
| HSV(B) | 164.55º | 0.54% | 0.73% | - |
| XYZ | 27.65 | 39.59 | 39.44 | - |
| YUV | 152.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 160 | 0.54 | 0 | 0.14 | 0.27 | 164.55 | 0.42 | 0.53 |
| Hex | 55 | BA | A0 | 36 | 0 | E | 1B | A5 | 2A | 35 |
| Octal | 125 | 272 | 240 | 66 | 0 | 16 | 33 | 245 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10100000 | 110110 | 0 | 1110 | 11011 | 10100101 | 101010 | 110101 |
Color Harmonies of #55BAA0
Complementary color
Monochromatic Colors of #55BAA0
Black with #55BAA0
Text Example
Text Example
White with #55BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAA0; }
p { color: rgb(85,186,160); }
H1.HeaderClassName
{
color: #55BAA0;
}
.AnyTagClassName
{
color: #55BAA0;
}
</style>
background-color css
<style>
a { background-color: #55BAA0; }
a { background-color: rgb(85,186,160); }
div.DivClassName
{
background-color: #55BAA0;
}
.BgClassName
{
background-color: #55BAA0;
}
</style>
border-color css
<style>
span { border-color: #55BAA0; }
span { border-color: rgb(85,186,160); }
td.TdClassName
{
border-color: #55BAA0;
}
.TagClassName
{
border-color: #55BAA0;
}
</style>