Shades of Puerto Rico #55C1B9
Tints of Puerto Rico #55C1B9
RGB
CMYK
RGB Variations
Color information
#55C1B9 (or 0x55C1B9) is known color: Puerto Rico. HEX triplet: 55, C1 and B9. RGB value is (85,193,185). Sum of RGB (Red+Green+Blue) = 85+193+185=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C1B9 is #AA3E46. Grayscale: #9F9F9F. Windows color (decimal): -11157063 or 12173653. OLE color: 12173653.
HSL color Cylindrical-coordinate representation of color #55C1B9: hue angle of 175.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C1B9 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 185 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.24 |
| HSL | 175.56º | 0.47% | 0.55% | - |
| HSV(B) | 175.56º | 0.56% | 0.76% | - |
| XYZ | 31.57 | 43.57 | 52.65 | - |
| YUV | 159.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 185 | 0.56 | 0 | 0.04 | 0.24 | 175.56 | 0.47 | 0.55 |
| Hex | 55 | C1 | B9 | 38 | 0 | 4 | 18 | B0 | 2F | 37 |
| Octal | 125 | 301 | 271 | 70 | 0 | 4 | 30 | 260 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10111001 | 111000 | 0 | 100 | 11000 | 10110000 | 101111 | 110111 |
Color Harmonies of #55C1B9
Complementary color
Monochromatic Colors of #55C1B9
Black with #55C1B9
Text Example
Text Example
White with #55C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C1B9; }
p { color: rgb(85,193,185); }
H1.HeaderClassName
{
color: #55C1B9;
}
.AnyTagClassName
{
color: #55C1B9;
}
</style>
background-color css
<style>
a { background-color: #55C1B9; }
a { background-color: rgb(85,193,185); }
div.DivClassName
{
background-color: #55C1B9;
}
.BgClassName
{
background-color: #55C1B9;
}
</style>
border-color css
<style>
span { border-color: #55C1B9; }
span { border-color: rgb(85,193,185); }
td.TdClassName
{
border-color: #55C1B9;
}
.TagClassName
{
border-color: #55C1B9;
}
</style>