Shades of Puerto Rico #55B29C
Tints of Puerto Rico #55B29C
RGB
CMYK
RGB Variations
Color information
#55B29C (or 0x55B29C) is known color: Puerto Rico. HEX triplet: 55, B2 and 9C. RGB value is (85,178,156). Sum of RGB (Red+Green+Blue) = 85+178+156=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #55B29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B29C is #AA4D63. Grayscale: #939393. Windows color (decimal): -11160932 or 10269269. OLE color: 10269269.
HSL color Cylindrical-coordinate representation of color #55B29C: hue angle of 165.81º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B29C is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 156 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.30 |
| HSL | 165.81º | 0.38% | 0.52% | - |
| HSV(B) | 165.81º | 0.52% | 0.7% | - |
| XYZ | 25.67 | 36.17 | 37.08 | - |
| YUV | 147.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 156 | 0.52 | 0 | 0.12 | 0.30 | 165.81 | 0.38 | 0.52 |
| Hex | 55 | B2 | 9C | 34 | 0 | C | 1E | A6 | 26 | 34 |
| Octal | 125 | 262 | 234 | 64 | 0 | 14 | 36 | 246 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10011100 | 110100 | 0 | 1100 | 11110 | 10100110 | 100110 | 110100 |
Color Harmonies of #55B29C
Complementary color
Monochromatic Colors of #55B29C
Black with #55B29C
Text Example
Text Example
White with #55B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B29C; }
p { color: rgb(85,178,156); }
H1.HeaderClassName
{
color: #55B29C;
}
.AnyTagClassName
{
color: #55B29C;
}
</style>
background-color css
<style>
a { background-color: #55B29C; }
a { background-color: rgb(85,178,156); }
div.DivClassName
{
background-color: #55B29C;
}
.BgClassName
{
background-color: #55B29C;
}
</style>
border-color css
<style>
span { border-color: #55B29C; }
span { border-color: rgb(85,178,156); }
td.TdClassName
{
border-color: #55B29C;
}
.TagClassName
{
border-color: #55B29C;
}
</style>