Shades of Puerto Rico #55BAA6
Tints of Puerto Rico #55BAA6
RGB
CMYK
RGB Variations
Color information
#55BAA6 (or 0x55BAA6) is known color: Puerto Rico. HEX triplet: 55, BA and A6. RGB value is (85,186,166). Sum of RGB (Red+Green+Blue) = 85+186+166=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAA6 is #AA4559. Grayscale: #999999. Windows color (decimal): -11158874 or 10926677. OLE color: 10926677.
HSL color Cylindrical-coordinate representation of color #55BAA6: hue angle of 168.12º 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 #55BAA6 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 166 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.27 |
| HSL | 168.12º | 0.42% | 0.53% | - |
| HSV(B) | 168.12º | 0.54% | 0.73% | - |
| XYZ | 28.19 | 39.8 | 42.27 | - |
| YUV | 153.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 166 | 0.54 | 0 | 0.11 | 0.27 | 168.12 | 0.42 | 0.53 |
| Hex | 55 | BA | A6 | 36 | 0 | B | 1B | A8 | 2A | 35 |
| Octal | 125 | 272 | 246 | 66 | 0 | 13 | 33 | 250 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10100110 | 110110 | 0 | 1011 | 11011 | 10101000 | 101010 | 110101 |
Color Harmonies of #55BAA6
Complementary color
Monochromatic Colors of #55BAA6
Black with #55BAA6
Text Example
Text Example
White with #55BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAA6; }
p { color: rgb(85,186,166); }
H1.HeaderClassName
{
color: #55BAA6;
}
.AnyTagClassName
{
color: #55BAA6;
}
</style>
background-color css
<style>
a { background-color: #55BAA6; }
a { background-color: rgb(85,186,166); }
div.DivClassName
{
background-color: #55BAA6;
}
.BgClassName
{
background-color: #55BAA6;
}
</style>
border-color css
<style>
span { border-color: #55BAA6; }
span { border-color: rgb(85,186,166); }
td.TdClassName
{
border-color: #55BAA6;
}
.TagClassName
{
border-color: #55BAA6;
}
</style>