Shades of Puerto Rico #54C0AA
Tints of Puerto Rico #54C0AA
RGB
CMYK
RGB Variations
Color information
#54C0AA (or 0x54C0AA) is known color: Puerto Rico. HEX triplet: 54, C0 and AA. RGB value is (84,192,170). Sum of RGB (Red+Green+Blue) = 84+192+170=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #54C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C0AA is #AB3F55. Grayscale: #9D9D9D. Windows color (decimal): -11222870 or 11190356. OLE color: 11190356.
HSL color Cylindrical-coordinate representation of color #54C0AA: hue angle of 167.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C0AA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 170 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.25 |
| HSL | 167.78º | 0.46% | 0.54% | - |
| HSV(B) | 167.78º | 0.56% | 0.75% | - |
| XYZ | 29.76 | 42.49 | 44.66 | - |
| YUV | 157.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 170 | 0.56 | 0 | 0.11 | 0.25 | 167.78 | 0.46 | 0.54 |
| Hex | 54 | C0 | AA | 38 | 0 | B | 19 | A8 | 2E | 36 |
| Octal | 124 | 300 | 252 | 70 | 0 | 13 | 31 | 250 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10101010 | 111000 | 0 | 1011 | 11001 | 10101000 | 101110 | 110110 |
Color Harmonies of #54C0AA
Complementary color
Monochromatic Colors of #54C0AA
Black with #54C0AA
Text Example
Text Example
White with #54C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C0AA; }
p { color: rgb(84,192,170); }
H1.HeaderClassName
{
color: #54C0AA;
}
.AnyTagClassName
{
color: #54C0AA;
}
</style>
background-color css
<style>
a { background-color: #54C0AA; }
a { background-color: rgb(84,192,170); }
div.DivClassName
{
background-color: #54C0AA;
}
.BgClassName
{
background-color: #54C0AA;
}
</style>
border-color css
<style>
span { border-color: #54C0AA; }
span { border-color: rgb(84,192,170); }
td.TdClassName
{
border-color: #54C0AA;
}
.TagClassName
{
border-color: #54C0AA;
}
</style>