Shades of Puerto Rico #55B0A6
Tints of Puerto Rico #55B0A6
RGB
CMYK
RGB Variations
Color information
#55B0A6 (or 0x55B0A6) is known color: Puerto Rico. HEX triplet: 55, B0 and A6. RGB value is (85,176,166). Sum of RGB (Red+Green+Blue) = 85+176+166=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #55B0A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B0A6 is #AA4F59. Grayscale: #939393. Windows color (decimal): -11161434 or 10924117. OLE color: 10924117.
HSL color Cylindrical-coordinate representation of color #55B0A6: hue angle of 173.41º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B0A6 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 166 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.31 |
| HSL | 173.41º | 0.37% | 0.51% | - |
| HSV(B) | 173.41º | 0.52% | 0.69% | - |
| XYZ | 26.15 | 35.74 | 41.6 | - |
| YUV | 147.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 166 | 0.52 | 0 | 0.06 | 0.31 | 173.41 | 0.37 | 0.51 |
| Hex | 55 | B0 | A6 | 34 | 0 | 6 | 1F | AD | 25 | 33 |
| Octal | 125 | 260 | 246 | 64 | 0 | 6 | 37 | 255 | 45 | 63 |
| Binary | 1010101 | 10110000 | 10100110 | 110100 | 0 | 110 | 11111 | 10101101 | 100101 | 110011 |
Color Harmonies of #55B0A6
Complementary color
Monochromatic Colors of #55B0A6
Black with #55B0A6
Text Example
Text Example
White with #55B0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B0A6; }
p { color: rgb(85,176,166); }
H1.HeaderClassName
{
color: #55B0A6;
}
.AnyTagClassName
{
color: #55B0A6;
}
</style>
background-color css
<style>
a { background-color: #55B0A6; }
a { background-color: rgb(85,176,166); }
div.DivClassName
{
background-color: #55B0A6;
}
.BgClassName
{
background-color: #55B0A6;
}
</style>
border-color css
<style>
span { border-color: #55B0A6; }
span { border-color: rgb(85,176,166); }
td.TdClassName
{
border-color: #55B0A6;
}
.TagClassName
{
border-color: #55B0A6;
}
</style>