Shades of Puerto Rico #55C0AC
Tints of Puerto Rico #55C0AC
RGB
CMYK
RGB Variations
Color information
#55C0AC (or 0x55C0AC) is known color: Puerto Rico. HEX triplet: 55, C0 and AC. RGB value is (85,192,172). Sum of RGB (Red+Green+Blue) = 85+192+172=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0AC is #AA3F53. Grayscale: #9D9D9D. Windows color (decimal): -11157332 or 11321429. OLE color: 11321429.
HSL color Cylindrical-coordinate representation of color #55C0AC: hue angle of 168.79º 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 #55C0AC is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 172 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.25 |
| HSL | 168.79º | 0.46% | 0.54% | - |
| HSV(B) | 168.79º | 0.56% | 0.75% | - |
| XYZ | 30.04 | 42.61 | 45.67 | - |
| YUV | 157.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 172 | 0.56 | 0 | 0.10 | 0.25 | 168.79 | 0.46 | 0.54 |
| Hex | 55 | C0 | AC | 38 | 0 | A | 19 | A9 | 2E | 36 |
| Octal | 125 | 300 | 254 | 70 | 0 | 12 | 31 | 251 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10101100 | 111000 | 0 | 1010 | 11001 | 10101001 | 101110 | 110110 |
Color Harmonies of #55C0AC
Complementary color
Monochromatic Colors of #55C0AC
Black with #55C0AC
Text Example
Text Example
White with #55C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0AC; }
p { color: rgb(85,192,172); }
H1.HeaderClassName
{
color: #55C0AC;
}
.AnyTagClassName
{
color: #55C0AC;
}
</style>
background-color css
<style>
a { background-color: #55C0AC; }
a { background-color: rgb(85,192,172); }
div.DivClassName
{
background-color: #55C0AC;
}
.BgClassName
{
background-color: #55C0AC;
}
</style>
border-color css
<style>
span { border-color: #55C0AC; }
span { border-color: rgb(85,192,172); }
td.TdClassName
{
border-color: #55C0AC;
}
.TagClassName
{
border-color: #55C0AC;
}
</style>