Shades of Puerto Rico #55B8A0
Tints of Puerto Rico #55B8A0
RGB
CMYK
RGB Variations
Color information
#55B8A0 (or 0x55B8A0) is known color: Puerto Rico. HEX triplet: 55, B8 and A0. RGB value is (85,184,160). Sum of RGB (Red+Green+Blue) = 85+184+160=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #55B8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B8A0 is #AA475F. Grayscale: #979797. Windows color (decimal): -11159392 or 10532949. OLE color: 10532949.
HSL color Cylindrical-coordinate representation of color #55B8A0: hue angle of 165.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B8A0 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 160 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.28 |
| HSL | 165.45º | 0.41% | 0.53% | - |
| HSV(B) | 165.45º | 0.54% | 0.72% | - |
| XYZ | 27.23 | 38.75 | 39.3 | - |
| YUV | 151.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 160 | 0.54 | 0 | 0.13 | 0.28 | 165.45 | 0.41 | 0.53 |
| Hex | 55 | B8 | A0 | 36 | 0 | D | 1C | A5 | 29 | 35 |
| Octal | 125 | 270 | 240 | 66 | 0 | 15 | 34 | 245 | 51 | 65 |
| Binary | 1010101 | 10111000 | 10100000 | 110110 | 0 | 1101 | 11100 | 10100101 | 101001 | 110101 |
Color Harmonies of #55B8A0
Complementary color
Monochromatic Colors of #55B8A0
Black with #55B8A0
Text Example
Text Example
White with #55B8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B8A0; }
p { color: rgb(85,184,160); }
H1.HeaderClassName
{
color: #55B8A0;
}
.AnyTagClassName
{
color: #55B8A0;
}
</style>
background-color css
<style>
a { background-color: #55B8A0; }
a { background-color: rgb(85,184,160); }
div.DivClassName
{
background-color: #55B8A0;
}
.BgClassName
{
background-color: #55B8A0;
}
</style>
border-color css
<style>
span { border-color: #55B8A0; }
span { border-color: rgb(85,184,160); }
td.TdClassName
{
border-color: #55B8A0;
}
.TagClassName
{
border-color: #55B8A0;
}
</style>