Shades of Puerto Rico #55C0AB
Tints of Puerto Rico #55C0AB
RGB
CMYK
RGB Variations
Color information
#55C0AB (or 0x55C0AB) is known color: Puerto Rico. HEX triplet: 55, C0 and AB. RGB value is (85,192,171). Sum of RGB (Red+Green+Blue) = 85+192+171=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0AB is #AA3F54. Grayscale: #9D9D9D. Windows color (decimal): -11157333 or 11255893. OLE color: 11255893.
HSL color Cylindrical-coordinate representation of color #55C0AB: hue angle of 168.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C0AB is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 171 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.25 |
| HSL | 168.22º | 0.46% | 0.54% | - |
| HSV(B) | 168.22º | 0.56% | 0.75% | - |
| XYZ | 29.95 | 42.57 | 45.17 | - |
| YUV | 157.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 171 | 0.56 | 0 | 0.11 | 0.25 | 168.22 | 0.46 | 0.54 |
| Hex | 55 | C0 | AB | 38 | 0 | B | 19 | A8 | 2E | 36 |
| Octal | 125 | 300 | 253 | 70 | 0 | 13 | 31 | 250 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10101011 | 111000 | 0 | 1011 | 11001 | 10101000 | 101110 | 110110 |
Color Harmonies of #55C0AB
Complementary color
Monochromatic Colors of #55C0AB
Black with #55C0AB
Text Example
Text Example
White with #55C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0AB; }
p { color: rgb(85,192,171); }
H1.HeaderClassName
{
color: #55C0AB;
}
.AnyTagClassName
{
color: #55C0AB;
}
</style>
background-color css
<style>
a { background-color: #55C0AB; }
a { background-color: rgb(85,192,171); }
div.DivClassName
{
background-color: #55C0AB;
}
.BgClassName
{
background-color: #55C0AB;
}
</style>
border-color css
<style>
span { border-color: #55C0AB; }
span { border-color: rgb(85,192,171); }
td.TdClassName
{
border-color: #55C0AB;
}
.TagClassName
{
border-color: #55C0AB;
}
</style>