Shades of Puerto Rico #55BAB2
Tints of Puerto Rico #55BAB2
RGB
CMYK
RGB Variations
Color information
#55BAB2 (or 0x55BAB2) is known color: Puerto Rico. HEX triplet: 55, BA and B2. RGB value is (85,186,178). Sum of RGB (Red+Green+Blue) = 85+186+178=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAB2 is #AA454D. Grayscale: #9A9A9A. Windows color (decimal): -11158862 or 11713109. OLE color: 11713109.
HSL color Cylindrical-coordinate representation of color #55BAB2: hue angle of 175.25º 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 #55BAB2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 178 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.27 |
| HSL | 175.25º | 0.42% | 0.53% | - |
| HSV(B) | 175.25º | 0.54% | 0.73% | - |
| XYZ | 29.34 | 40.26 | 48.34 | - |
| YUV | 154.89 | 141.04 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 178 | 0.54 | 0 | 0.04 | 0.27 | 175.25 | 0.42 | 0.53 |
| Hex | 55 | BA | B2 | 36 | 0 | 4 | 1B | AF | 2A | 35 |
| Octal | 125 | 272 | 262 | 66 | 0 | 4 | 33 | 257 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10110010 | 110110 | 0 | 100 | 11011 | 10101111 | 101010 | 110101 |
Color Harmonies of #55BAB2
Complementary color
Monochromatic Colors of #55BAB2
Black with #55BAB2
Text Example
Text Example
White with #55BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB2; }
p { color: rgb(85,186,178); }
H1.HeaderClassName
{
color: #55BAB2;
}
.AnyTagClassName
{
color: #55BAB2;
}
</style>
background-color css
<style>
a { background-color: #55BAB2; }
a { background-color: rgb(85,186,178); }
div.DivClassName
{
background-color: #55BAB2;
}
.BgClassName
{
background-color: #55BAB2;
}
</style>
border-color css
<style>
span { border-color: #55BAB2; }
span { border-color: rgb(85,186,178); }
td.TdClassName
{
border-color: #55BAB2;
}
.TagClassName
{
border-color: #55BAB2;
}
</style>