Shades of Puerto Rico #55BCA0
Tints of Puerto Rico #55BCA0
RGB
CMYK
RGB Variations
Color information
#55BCA0 (or 0x55BCA0) is known color: Puerto Rico. HEX triplet: 55, BC and A0. RGB value is (85,188,160). Sum of RGB (Red+Green+Blue) = 85+188+160=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCA0 is #AA435F. Grayscale: #9A9A9A. Windows color (decimal): -11158368 or 10533973. OLE color: 10533973.
HSL color Cylindrical-coordinate representation of color #55BCA0: hue angle of 163.69º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BCA0 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 160 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.26 |
| HSL | 163.69º | 0.43% | 0.54% | - |
| HSV(B) | 163.69º | 0.55% | 0.74% | - |
| XYZ | 28.07 | 40.44 | 39.58 | - |
| YUV | 154.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 160 | 0.55 | 0 | 0.15 | 0.26 | 163.69 | 0.43 | 0.54 |
| Hex | 55 | BC | A0 | 37 | 0 | F | 1A | A4 | 2B | 36 |
| Octal | 125 | 274 | 240 | 67 | 0 | 17 | 32 | 244 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10100000 | 110111 | 0 | 1111 | 11010 | 10100100 | 101011 | 110110 |
Color Harmonies of #55BCA0
Complementary color
Monochromatic Colors of #55BCA0
Black with #55BCA0
Text Example
Text Example
White with #55BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCA0; }
p { color: rgb(85,188,160); }
H1.HeaderClassName
{
color: #55BCA0;
}
.AnyTagClassName
{
color: #55BCA0;
}
</style>
background-color css
<style>
a { background-color: #55BCA0; }
a { background-color: rgb(85,188,160); }
div.DivClassName
{
background-color: #55BCA0;
}
.BgClassName
{
background-color: #55BCA0;
}
</style>
border-color css
<style>
span { border-color: #55BCA0; }
span { border-color: rgb(85,188,160); }
td.TdClassName
{
border-color: #55BCA0;
}
.TagClassName
{
border-color: #55BCA0;
}
</style>