Shades of Puerto Rico #55AC9F
Tints of Puerto Rico #55AC9F
RGB
CMYK
RGB Variations
Color information
#55AC9F (or 0x55AC9F) is known color: Puerto Rico. HEX triplet: 55, AC and 9F. RGB value is (85,172,159). Sum of RGB (Red+Green+Blue) = 85+172+159=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC9F is #AA5360. Grayscale: #909090. Windows color (decimal): -11162465 or 10464341. OLE color: 10464341.
HSL color Cylindrical-coordinate representation of color #55AC9F: hue angle of 171.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC9F is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 159 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.33 |
| HSL | 171.03º | 0.34% | 0.5% | - |
| HSV(B) | 171.03º | 0.51% | 0.67% | - |
| XYZ | 24.76 | 33.94 | 38.05 | - |
| YUV | 144.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 159 | 0.51 | 0 | 0.08 | 0.33 | 171.03 | 0.34 | 0.5 |
| Hex | 55 | AC | 9F | 33 | 0 | 8 | 21 | AB | 22 | 32 |
| Octal | 125 | 254 | 237 | 63 | 0 | 10 | 41 | 253 | 42 | 62 |
| Binary | 1010101 | 10101100 | 10011111 | 110011 | 0 | 1000 | 100001 | 10101011 | 100010 | 110010 |
Color Harmonies of #55AC9F
Complementary color
Monochromatic Colors of #55AC9F
Black with #55AC9F
Text Example
Text Example
White with #55AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC9F; }
p { color: rgb(85,172,159); }
H1.HeaderClassName
{
color: #55AC9F;
}
.AnyTagClassName
{
color: #55AC9F;
}
</style>
background-color css
<style>
a { background-color: #55AC9F; }
a { background-color: rgb(85,172,159); }
div.DivClassName
{
background-color: #55AC9F;
}
.BgClassName
{
background-color: #55AC9F;
}
</style>
border-color css
<style>
span { border-color: #55AC9F; }
span { border-color: rgb(85,172,159); }
td.TdClassName
{
border-color: #55AC9F;
}
.TagClassName
{
border-color: #55AC9F;
}
</style>