Shades of Puerto Rico #55BFB6
Tints of Puerto Rico #55BFB6
RGB
CMYK
RGB Variations
Color information
#55BFB6 (or 0x55BFB6) is known color: Puerto Rico. HEX triplet: 55, BF and B6. RGB value is (85,191,182). Sum of RGB (Red+Green+Blue) = 85+191+182=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #55BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFB6 is #AA4049. Grayscale: #9E9E9E. Windows color (decimal): -11157578 or 11976533. OLE color: 11976533.
HSL color Cylindrical-coordinate representation of color #55BFB6: hue angle of 174.91º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BFB6 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 182 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.25 |
| HSL | 174.91º | 0.45% | 0.54% | - |
| HSV(B) | 174.91º | 0.55% | 0.75% | - |
| XYZ | 30.82 | 42.57 | 50.85 | - |
| YUV | 158.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 182 | 0.55 | 0 | 0.05 | 0.25 | 174.91 | 0.45 | 0.54 |
| Hex | 55 | BF | B6 | 37 | 0 | 5 | 19 | AF | 2D | 36 |
| Octal | 125 | 277 | 266 | 67 | 0 | 5 | 31 | 257 | 55 | 66 |
| Binary | 1010101 | 10111111 | 10110110 | 110111 | 0 | 101 | 11001 | 10101111 | 101101 | 110110 |
Color Harmonies of #55BFB6
Complementary color
Monochromatic Colors of #55BFB6
Black with #55BFB6
Text Example
Text Example
White with #55BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFB6; }
p { color: rgb(85,191,182); }
H1.HeaderClassName
{
color: #55BFB6;
}
.AnyTagClassName
{
color: #55BFB6;
}
</style>
background-color css
<style>
a { background-color: #55BFB6; }
a { background-color: rgb(85,191,182); }
div.DivClassName
{
background-color: #55BFB6;
}
.BgClassName
{
background-color: #55BFB6;
}
</style>
border-color css
<style>
span { border-color: #55BFB6; }
span { border-color: rgb(85,191,182); }
td.TdClassName
{
border-color: #55BFB6;
}
.TagClassName
{
border-color: #55BFB6;
}
</style>