Shades of Puerto Rico #55AEA5
Tints of Puerto Rico #55AEA5
RGB
CMYK
RGB Variations
Color information
#55AEA5 (or 0x55AEA5) is known color: Puerto Rico. HEX triplet: 55, AE and A5. RGB value is (85,174,165). Sum of RGB (Red+Green+Blue) = 85+174+165=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #55AEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AEA5 is #AA515A. Grayscale: #929292. Windows color (decimal): -11161947 or 10858069. OLE color: 10858069.
HSL color Cylindrical-coordinate representation of color #55AEA5: hue angle of 173.93º 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 #55AEA5 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 165 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.32 |
| HSL | 173.93º | 0.35% | 0.51% | - |
| HSV(B) | 173.93º | 0.51% | 0.68% | - |
| XYZ | 25.67 | 34.92 | 40.98 | - |
| YUV | 146.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 165 | 0.51 | 0 | 0.05 | 0.32 | 173.93 | 0.35 | 0.51 |
| Hex | 55 | AE | A5 | 33 | 0 | 5 | 20 | AE | 23 | 33 |
| Octal | 125 | 256 | 245 | 63 | 0 | 5 | 40 | 256 | 43 | 63 |
| Binary | 1010101 | 10101110 | 10100101 | 110011 | 0 | 101 | 100000 | 10101110 | 100011 | 110011 |
Color Harmonies of #55AEA5
Complementary color
Monochromatic Colors of #55AEA5
Black with #55AEA5
Text Example
Text Example
White with #55AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AEA5; }
p { color: rgb(85,174,165); }
H1.HeaderClassName
{
color: #55AEA5;
}
.AnyTagClassName
{
color: #55AEA5;
}
</style>
background-color css
<style>
a { background-color: #55AEA5; }
a { background-color: rgb(85,174,165); }
div.DivClassName
{
background-color: #55AEA5;
}
.BgClassName
{
background-color: #55AEA5;
}
</style>
border-color css
<style>
span { border-color: #55AEA5; }
span { border-color: rgb(85,174,165); }
td.TdClassName
{
border-color: #55AEA5;
}
.TagClassName
{
border-color: #55AEA5;
}
</style>