Shades of Puerto Rico #55C6A2
Tints of Puerto Rico #55C6A2
RGB
CMYK
RGB Variations
Color information
#55C6A2 (or 0x55C6A2) is known color: Puerto Rico. HEX triplet: 55, C6 and A2. RGB value is (85,198,162). Sum of RGB (Red+Green+Blue) = 85+198+162=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6A2 is #AA395D. Grayscale: #A0A0A0. Windows color (decimal): -11155806 or 10667605. OLE color: 10667605.
HSL color Cylindrical-coordinate representation of color #55C6A2: hue angle of 160.88º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C6A2 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 162 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.22 |
| HSL | 160.89º | 0.5% | 0.55% | - |
| HSV(B) | 160.89º | 0.57% | 0.78% | - |
| XYZ | 30.46 | 44.93 | 41.25 | - |
| YUV | 160.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 162 | 0.57 | 0 | 0.18 | 0.22 | 160.89 | 0.5 | 0.55 |
| Hex | 55 | C6 | A2 | 39 | 0 | 12 | 16 | A1 | 32 | 37 |
| Octal | 125 | 306 | 242 | 71 | 0 | 22 | 26 | 241 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10100010 | 111001 | 0 | 10010 | 10110 | 10100001 | 110010 | 110111 |
Color Harmonies of #55C6A2
Complementary color
Monochromatic Colors of #55C6A2
Black with #55C6A2
Text Example
Text Example
White with #55C6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C6A2; }
p { color: rgb(85,198,162); }
H1.HeaderClassName
{
color: #55C6A2;
}
.AnyTagClassName
{
color: #55C6A2;
}
</style>
background-color css
<style>
a { background-color: #55C6A2; }
a { background-color: rgb(85,198,162); }
div.DivClassName
{
background-color: #55C6A2;
}
.BgClassName
{
background-color: #55C6A2;
}
</style>
border-color css
<style>
span { border-color: #55C6A2; }
span { border-color: rgb(85,198,162); }
td.TdClassName
{
border-color: #55C6A2;
}
.TagClassName
{
border-color: #55C6A2;
}
</style>