Shades of Puerto Rico #54AEA8
Tints of Puerto Rico #54AEA8
RGB
CMYK
RGB Variations
Color information
#54AEA8 (or 0x54AEA8) is known color: Puerto Rico. HEX triplet: 54, AE and A8. RGB value is (84,174,168). Sum of RGB (Red+Green+Blue) = 84+174+168=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEA8 is #AB5157. Grayscale: #929292. Windows color (decimal): -11227480 or 11054676. OLE color: 11054676.
HSL color Cylindrical-coordinate representation of color #54AEA8: hue angle of 176º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AEA8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 168 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.32 |
| HSL | 176º | 0.36% | 0.51% | - |
| HSV(B) | 176º | 0.52% | 0.68% | - |
| XYZ | 25.86 | 34.98 | 42.44 | - |
| YUV | 146.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 168 | 0.52 | 0 | 0.03 | 0.32 | 176 | 0.36 | 0.51 |
| Hex | 54 | AE | A8 | 34 | 0 | 3 | 20 | B0 | 24 | 33 |
| Octal | 124 | 256 | 250 | 64 | 0 | 3 | 40 | 260 | 44 | 63 |
| Binary | 1010100 | 10101110 | 10101000 | 110100 | 0 | 11 | 100000 | 10110000 | 100100 | 110011 |
Color Harmonies of #54AEA8
Complementary color
Monochromatic Colors of #54AEA8
Black with #54AEA8
Text Example
Text Example
White with #54AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEA8; }
p { color: rgb(84,174,168); }
H1.HeaderClassName
{
color: #54AEA8;
}
.AnyTagClassName
{
color: #54AEA8;
}
</style>
background-color css
<style>
a { background-color: #54AEA8; }
a { background-color: rgb(84,174,168); }
div.DivClassName
{
background-color: #54AEA8;
}
.BgClassName
{
background-color: #54AEA8;
}
</style>
border-color css
<style>
span { border-color: #54AEA8; }
span { border-color: rgb(84,174,168); }
td.TdClassName
{
border-color: #54AEA8;
}
.TagClassName
{
border-color: #54AEA8;
}
</style>