Shades of Puerto Rico #55C5A0
Tints of Puerto Rico #55C5A0
RGB
CMYK
RGB Variations
Color information
#55C5A0 (or 0x55C5A0) is known color: Puerto Rico. HEX triplet: 55, C5 and A0. RGB value is (85,197,160). Sum of RGB (Red+Green+Blue) = 85+197+160=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #55C5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C5A0 is #AA3A5F. Grayscale: #9F9F9F. Windows color (decimal): -11156064 or 10536277. OLE color: 10536277.
HSL color Cylindrical-coordinate representation of color #55C5A0: hue angle of 160.18º 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 #55C5A0 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 160 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.23 |
| HSL | 160.18º | 0.49% | 0.55% | - |
| HSV(B) | 160.18º | 0.57% | 0.77% | - |
| XYZ | 30.06 | 44.4 | 40.24 | - |
| YUV | 159.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 160 | 0.57 | 0 | 0.19 | 0.23 | 160.18 | 0.49 | 0.55 |
| Hex | 55 | C5 | A0 | 39 | 0 | 13 | 17 | A0 | 31 | 37 |
| Octal | 125 | 305 | 240 | 71 | 0 | 23 | 27 | 240 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10100000 | 111001 | 0 | 10011 | 10111 | 10100000 | 110001 | 110111 |
Color Harmonies of #55C5A0
Complementary color
Monochromatic Colors of #55C5A0
Black with #55C5A0
Text Example
Text Example
White with #55C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C5A0; }
p { color: rgb(85,197,160); }
H1.HeaderClassName
{
color: #55C5A0;
}
.AnyTagClassName
{
color: #55C5A0;
}
</style>
background-color css
<style>
a { background-color: #55C5A0; }
a { background-color: rgb(85,197,160); }
div.DivClassName
{
background-color: #55C5A0;
}
.BgClassName
{
background-color: #55C5A0;
}
</style>
border-color css
<style>
span { border-color: #55C5A0; }
span { border-color: rgb(85,197,160); }
td.TdClassName
{
border-color: #55C5A0;
}
.TagClassName
{
border-color: #55C5A0;
}
</style>