Shades of Puerto Rico #55ABA0
Tints of Puerto Rico #55ABA0
RGB
CMYK
RGB Variations
Color information
#55ABA0 (or 0x55ABA0) is known color: Puerto Rico. HEX triplet: 55, AB and A0. RGB value is (85,171,160). Sum of RGB (Red+Green+Blue) = 85+171+160=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #55ABA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABA0 is #AA545F. Grayscale: #8F8F8F. Windows color (decimal): -11162720 or 10529621. OLE color: 10529621.
HSL color Cylindrical-coordinate representation of color #55ABA0: hue angle of 172.33º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55ABA0 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 160 | - |
| CMYK | 0.50 | 0 | 0.06 | 0.33 |
| HSL | 172.33º | 0.34% | 0.5% | - |
| HSV(B) | 172.33º | 0.5% | 0.67% | - |
| XYZ | 24.65 | 33.6 | 38.44 | - |
| YUV | 144.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 160 | 0.50 | 0 | 0.06 | 0.33 | 172.33 | 0.34 | 0.5 |
| Hex | 55 | AB | A0 | 32 | 0 | 6 | 21 | AC | 22 | 32 |
| Octal | 125 | 253 | 240 | 62 | 0 | 6 | 41 | 254 | 42 | 62 |
| Binary | 1010101 | 10101011 | 10100000 | 110010 | 0 | 110 | 100001 | 10101100 | 100010 | 110010 |
Color Harmonies of #55ABA0
Complementary color
Monochromatic Colors of #55ABA0
Black with #55ABA0
Text Example
Text Example
White with #55ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABA0; }
p { color: rgb(85,171,160); }
H1.HeaderClassName
{
color: #55ABA0;
}
.AnyTagClassName
{
color: #55ABA0;
}
</style>
background-color css
<style>
a { background-color: #55ABA0; }
a { background-color: rgb(85,171,160); }
div.DivClassName
{
background-color: #55ABA0;
}
.BgClassName
{
background-color: #55ABA0;
}
</style>
border-color css
<style>
span { border-color: #55ABA0; }
span { border-color: rgb(85,171,160); }
td.TdClassName
{
border-color: #55ABA0;
}
.TagClassName
{
border-color: #55ABA0;
}
</style>