Shades of Puerto Rico #55BAA5
Tints of Puerto Rico #55BAA5
RGB
CMYK
RGB Variations
Color information
#55BAA5 (or 0x55BAA5) is known color: Puerto Rico. HEX triplet: 55, BA and A5. RGB value is (85,186,165). Sum of RGB (Red+Green+Blue) = 85+186+165=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BAA5 is #AA455A. Grayscale: #999999. Windows color (decimal): -11158875 or 10861141. OLE color: 10861141.
HSL color Cylindrical-coordinate representation of color #55BAA5: hue angle of 167.52º 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 #55BAA5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 165 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.27 |
| HSL | 167.52º | 0.42% | 0.53% | - |
| HSV(B) | 167.52º | 0.54% | 0.73% | - |
| XYZ | 28.1 | 39.77 | 41.79 | - |
| YUV | 153.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 165 | 0.54 | 0 | 0.11 | 0.27 | 167.52 | 0.42 | 0.53 |
| Hex | 55 | BA | A5 | 36 | 0 | B | 1B | A8 | 2A | 35 |
| Octal | 125 | 272 | 245 | 66 | 0 | 13 | 33 | 250 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10100101 | 110110 | 0 | 1011 | 11011 | 10101000 | 101010 | 110101 |
Color Harmonies of #55BAA5
Complementary color
Monochromatic Colors of #55BAA5
Black with #55BAA5
Text Example
Text Example
White with #55BAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAA5; }
p { color: rgb(85,186,165); }
H1.HeaderClassName
{
color: #55BAA5;
}
.AnyTagClassName
{
color: #55BAA5;
}
</style>
background-color css
<style>
a { background-color: #55BAA5; }
a { background-color: rgb(85,186,165); }
div.DivClassName
{
background-color: #55BAA5;
}
.BgClassName
{
background-color: #55BAA5;
}
</style>
border-color css
<style>
span { border-color: #55BAA5; }
span { border-color: rgb(85,186,165); }
td.TdClassName
{
border-color: #55BAA5;
}
.TagClassName
{
border-color: #55BAA5;
}
</style>