Shades of Puerto Rico #55BCB0
Tints of Puerto Rico #55BCB0
RGB
CMYK
RGB Variations
Color information
#55BCB0 (or 0x55BCB0) is known color: Puerto Rico. HEX triplet: 55, BC and B0. RGB value is (85,188,176). Sum of RGB (Red+Green+Blue) = 85+188+176=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BCB0 is #AA434F. Grayscale: #9B9B9B. Windows color (decimal): -11158352 or 11582549. OLE color: 11582549.
HSL color Cylindrical-coordinate representation of color #55BCB0: hue angle of 173.01º 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 #55BCB0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 176 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.26 |
| HSL | 173.01º | 0.43% | 0.54% | - |
| HSV(B) | 173.01º | 0.55% | 0.74% | - |
| XYZ | 29.57 | 41.03 | 47.44 | - |
| YUV | 155.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 176 | 0.55 | 0 | 0.06 | 0.26 | 173.01 | 0.43 | 0.54 |
| Hex | 55 | BC | B0 | 37 | 0 | 6 | 1A | AD | 2B | 36 |
| Octal | 125 | 274 | 260 | 67 | 0 | 6 | 32 | 255 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10110000 | 110111 | 0 | 110 | 11010 | 10101101 | 101011 | 110110 |
Color Harmonies of #55BCB0
Complementary color
Monochromatic Colors of #55BCB0
Black with #55BCB0
Text Example
Text Example
White with #55BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCB0; }
p { color: rgb(85,188,176); }
H1.HeaderClassName
{
color: #55BCB0;
}
.AnyTagClassName
{
color: #55BCB0;
}
</style>
background-color css
<style>
a { background-color: #55BCB0; }
a { background-color: rgb(85,188,176); }
div.DivClassName
{
background-color: #55BCB0;
}
.BgClassName
{
background-color: #55BCB0;
}
</style>
border-color css
<style>
span { border-color: #55BCB0; }
span { border-color: rgb(85,188,176); }
td.TdClassName
{
border-color: #55BCB0;
}
.TagClassName
{
border-color: #55BCB0;
}
</style>