Shades of Puerto Rico #55C5AC
Tints of Puerto Rico #55C5AC
RGB
CMYK
RGB Variations
Color information
#55C5AC (or 0x55C5AC) is known color: Puerto Rico. HEX triplet: 55, C5 and AC. RGB value is (85,197,172). Sum of RGB (Red+Green+Blue) = 85+197+172=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C5AC is #AA3A53. Grayscale: #A0A0A0. Windows color (decimal): -11156052 or 11322709. OLE color: 11322709.
HSL color Cylindrical-coordinate representation of color #55C5AC: hue angle of 166.61º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C5AC is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 172 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.23 |
| HSL | 166.61º | 0.49% | 0.55% | - |
| HSV(B) | 166.61º | 0.57% | 0.77% | - |
| XYZ | 31.16 | 44.84 | 46.04 | - |
| YUV | 160.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 172 | 0.57 | 0 | 0.13 | 0.23 | 166.61 | 0.49 | 0.55 |
| Hex | 55 | C5 | AC | 39 | 0 | D | 17 | A7 | 31 | 37 |
| Octal | 125 | 305 | 254 | 71 | 0 | 15 | 27 | 247 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10101100 | 111001 | 0 | 1101 | 10111 | 10100111 | 110001 | 110111 |
Color Harmonies of #55C5AC
Complementary color
Monochromatic Colors of #55C5AC
Black with #55C5AC
Text Example
Text Example
White with #55C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5AC; }
p { color: rgb(85,197,172); }
H1.HeaderClassName
{
color: #55C5AC;
}
.AnyTagClassName
{
color: #55C5AC;
}
</style>
background-color css
<style>
a { background-color: #55C5AC; }
a { background-color: rgb(85,197,172); }
div.DivClassName
{
background-color: #55C5AC;
}
.BgClassName
{
background-color: #55C5AC;
}
</style>
border-color css
<style>
span { border-color: #55C5AC; }
span { border-color: rgb(85,197,172); }
td.TdClassName
{
border-color: #55C5AC;
}
.TagClassName
{
border-color: #55C5AC;
}
</style>