Shades of Puerto Rico #55AB9C
Tints of Puerto Rico #55AB9C
RGB
CMYK
RGB Variations
Color information
#55AB9C (or 0x55AB9C) is known color: Puerto Rico. HEX triplet: 55, AB and 9C. RGB value is (85,171,156). Sum of RGB (Red+Green+Blue) = 85+171+156=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB9C is #AA5463. Grayscale: #8F8F8F. Windows color (decimal): -11162724 or 10267477. OLE color: 10267477.
HSL color Cylindrical-coordinate representation of color #55AB9C: hue angle of 169.53º 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 #55AB9C is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 156 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.33 |
| HSL | 169.53º | 0.34% | 0.5% | - |
| HSV(B) | 169.53º | 0.5% | 0.67% | - |
| XYZ | 24.31 | 33.46 | 36.63 | - |
| YUV | 143.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 156 | 0.50 | 0 | 0.09 | 0.33 | 169.53 | 0.34 | 0.5 |
| Hex | 55 | AB | 9C | 32 | 0 | 9 | 21 | AA | 22 | 32 |
| Octal | 125 | 253 | 234 | 62 | 0 | 11 | 41 | 252 | 42 | 62 |
| Binary | 1010101 | 10101011 | 10011100 | 110010 | 0 | 1001 | 100001 | 10101010 | 100010 | 110010 |
Color Harmonies of #55AB9C
Complementary color
Monochromatic Colors of #55AB9C
Black with #55AB9C
Text Example
Text Example
White with #55AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB9C; }
p { color: rgb(85,171,156); }
H1.HeaderClassName
{
color: #55AB9C;
}
.AnyTagClassName
{
color: #55AB9C;
}
</style>
background-color css
<style>
a { background-color: #55AB9C; }
a { background-color: rgb(85,171,156); }
div.DivClassName
{
background-color: #55AB9C;
}
.BgClassName
{
background-color: #55AB9C;
}
</style>
border-color css
<style>
span { border-color: #55AB9C; }
span { border-color: rgb(85,171,156); }
td.TdClassName
{
border-color: #55AB9C;
}
.TagClassName
{
border-color: #55AB9C;
}
</style>