Shades of Puerto Rico #55AEA0
Tints of Puerto Rico #55AEA0
RGB
CMYK
RGB Variations
Color information
#55AEA0 (or 0x55AEA0) is known color: Puerto Rico. HEX triplet: 55, AE and A0. RGB value is (85,174,160). Sum of RGB (Red+Green+Blue) = 85+174+160=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEA0 is #AA515F. Grayscale: #919191. Windows color (decimal): -11161952 or 10530389. OLE color: 10530389.
HSL color Cylindrical-coordinate representation of color #55AEA0: hue angle of 170.56º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AEA0 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 160 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.32 |
| HSL | 170.56º | 0.35% | 0.51% | - |
| HSV(B) | 170.56º | 0.51% | 0.68% | - |
| XYZ | 25.23 | 34.74 | 38.63 | - |
| YUV | 145.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 160 | 0.51 | 0 | 0.08 | 0.32 | 170.56 | 0.35 | 0.51 |
| Hex | 55 | AE | A0 | 33 | 0 | 8 | 20 | AB | 23 | 33 |
| Octal | 125 | 256 | 240 | 63 | 0 | 10 | 40 | 253 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10100000 | 110011 | 0 | 1000 | 100000 | 10101011 | 100011 | 110011 |
Color Harmonies of #55AEA0
Complementary color
Monochromatic Colors of #55AEA0
Black with #55AEA0
Text Example
Text Example
White with #55AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEA0; }
p { color: rgb(85,174,160); }
H1.HeaderClassName
{
color: #55AEA0;
}
.AnyTagClassName
{
color: #55AEA0;
}
</style>
background-color css
<style>
a { background-color: #55AEA0; }
a { background-color: rgb(85,174,160); }
div.DivClassName
{
background-color: #55AEA0;
}
.BgClassName
{
background-color: #55AEA0;
}
</style>
border-color css
<style>
span { border-color: #55AEA0; }
span { border-color: rgb(85,174,160); }
td.TdClassName
{
border-color: #55AEA0;
}
.TagClassName
{
border-color: #55AEA0;
}
</style>