Shades of Puerto Rico #55AEA8
Tints of Puerto Rico #55AEA8
RGB
CMYK
RGB Variations
Color information
#55AEA8 (or 0x55AEA8) is known color: Puerto Rico. HEX triplet: 55, AE and A8. RGB value is (85,174,168). Sum of RGB (Red+Green+Blue) = 85+174+168=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEA8 is #AA5157. Grayscale: #929292. Windows color (decimal): -11161944 or 11054677. OLE color: 11054677.
HSL color Cylindrical-coordinate representation of color #55AEA8: hue angle of 175.96º 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 #55AEA8 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 168 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.32 |
| HSL | 175.96º | 0.35% | 0.51% | - |
| HSV(B) | 175.96º | 0.51% | 0.68% | - |
| XYZ | 25.95 | 35.03 | 42.44 | - |
| YUV | 146.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 168 | 0.51 | 0 | 0.03 | 0.32 | 175.96 | 0.35 | 0.51 |
| Hex | 55 | AE | A8 | 33 | 0 | 3 | 20 | B0 | 23 | 33 |
| Octal | 125 | 256 | 250 | 63 | 0 | 3 | 40 | 260 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10101000 | 110011 | 0 | 11 | 100000 | 10110000 | 100011 | 110011 |
Color Harmonies of #55AEA8
Complementary color
Monochromatic Colors of #55AEA8
Black with #55AEA8
Text Example
Text Example
White with #55AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEA8; }
p { color: rgb(85,174,168); }
H1.HeaderClassName
{
color: #55AEA8;
}
.AnyTagClassName
{
color: #55AEA8;
}
</style>
background-color css
<style>
a { background-color: #55AEA8; }
a { background-color: rgb(85,174,168); }
div.DivClassName
{
background-color: #55AEA8;
}
.BgClassName
{
background-color: #55AEA8;
}
</style>
border-color css
<style>
span { border-color: #55AEA8; }
span { border-color: rgb(85,174,168); }
td.TdClassName
{
border-color: #55AEA8;
}
.TagClassName
{
border-color: #55AEA8;
}
</style>