Shades of Puerto Rico #55BCB3
Tints of Puerto Rico #55BCB3
RGB
CMYK
RGB Variations
Color information
#55BCB3 (or 0x55BCB3) is known color: Puerto Rico. HEX triplet: 55, BC and B3. RGB value is (85,188,179). Sum of RGB (Red+Green+Blue) = 85+188+179=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #55BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCB3 is #AA434C. Grayscale: #9C9C9C. Windows color (decimal): -11158349 or 11779157. OLE color: 11779157.
HSL color Cylindrical-coordinate representation of color #55BCB3: hue angle of 174.76º 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 #55BCB3 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 179 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.26 |
| HSL | 174.76º | 0.43% | 0.54% | - |
| HSV(B) | 174.76º | 0.55% | 0.74% | - |
| XYZ | 29.87 | 41.15 | 49.02 | - |
| YUV | 156.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 179 | 0.55 | 0 | 0.05 | 0.26 | 174.76 | 0.43 | 0.54 |
| Hex | 55 | BC | B3 | 37 | 0 | 5 | 1A | AF | 2B | 36 |
| Octal | 125 | 274 | 263 | 67 | 0 | 5 | 32 | 257 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10110011 | 110111 | 0 | 101 | 11010 | 10101111 | 101011 | 110110 |
Color Harmonies of #55BCB3
Complementary color
Monochromatic Colors of #55BCB3
Black with #55BCB3
Text Example
Text Example
White with #55BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCB3; }
p { color: rgb(85,188,179); }
H1.HeaderClassName
{
color: #55BCB3;
}
.AnyTagClassName
{
color: #55BCB3;
}
</style>
background-color css
<style>
a { background-color: #55BCB3; }
a { background-color: rgb(85,188,179); }
div.DivClassName
{
background-color: #55BCB3;
}
.BgClassName
{
background-color: #55BCB3;
}
</style>
border-color css
<style>
span { border-color: #55BCB3; }
span { border-color: rgb(85,188,179); }
td.TdClassName
{
border-color: #55BCB3;
}
.TagClassName
{
border-color: #55BCB3;
}
</style>