Shades of Puerto Rico #55C0A5
Tints of Puerto Rico #55C0A5
RGB
CMYK
RGB Variations
Color information
#55C0A5 (or 0x55C0A5) is known color: Puerto Rico. HEX triplet: 55, C0 and A5. RGB value is (85,192,165). Sum of RGB (Red+Green+Blue) = 85+192+165=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #55C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C0A5 is #AA3F5A. Grayscale: #9C9C9C. Windows color (decimal): -11157339 or 10862677. OLE color: 10862677.
HSL color Cylindrical-coordinate representation of color #55C0A5: hue angle of 164.86º 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 #55C0A5 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 165 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.25 |
| HSL | 164.86º | 0.46% | 0.54% | - |
| HSV(B) | 164.86º | 0.56% | 0.75% | - |
| XYZ | 29.39 | 42.35 | 42.22 | - |
| YUV | 156.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 165 | 0.56 | 0 | 0.14 | 0.25 | 164.86 | 0.46 | 0.54 |
| Hex | 55 | C0 | A5 | 38 | 0 | E | 19 | A5 | 2E | 36 |
| Octal | 125 | 300 | 245 | 70 | 0 | 16 | 31 | 245 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10100101 | 111000 | 0 | 1110 | 11001 | 10100101 | 101110 | 110110 |
Color Harmonies of #55C0A5
Complementary color
Monochromatic Colors of #55C0A5
Black with #55C0A5
Text Example
Text Example
White with #55C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0A5; }
p { color: rgb(85,192,165); }
H1.HeaderClassName
{
color: #55C0A5;
}
.AnyTagClassName
{
color: #55C0A5;
}
</style>
background-color css
<style>
a { background-color: #55C0A5; }
a { background-color: rgb(85,192,165); }
div.DivClassName
{
background-color: #55C0A5;
}
.BgClassName
{
background-color: #55C0A5;
}
</style>
border-color css
<style>
span { border-color: #55C0A5; }
span { border-color: rgb(85,192,165); }
td.TdClassName
{
border-color: #55C0A5;
}
.TagClassName
{
border-color: #55C0A5;
}
</style>