Shades of Puerto Rico #54C8A0
Tints of Puerto Rico #54C8A0
RGB
CMYK
RGB Variations
Color information
#54C8A0 (or 0x54C8A0) is known color: Puerto Rico. HEX triplet: 54, C8 and A0. RGB value is (84,200,160). Sum of RGB (Red+Green+Blue) = 84+200+160=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #54C8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C8A0 is #AB375F. Grayscale: #A0A0A0. Windows color (decimal): -11220832 or 10537044. OLE color: 10537044.
HSL color Cylindrical-coordinate representation of color #54C8A0: hue angle of 159.31º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C8A0 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 200 | 160 | - |
| CMYK | 0.58 | 0 | 0.2 | 0.22 |
| HSL | 159.31º | 0.51% | 0.56% | - |
| HSV(B) | 159.31º | 0.58% | 0.78% | - |
| XYZ | 30.66 | 45.73 | 40.47 | - |
| YUV | 160.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 200 | 160 | 0.58 | 0 | 0.2 | 0.22 | 159.31 | 0.51 | 0.56 |
| Hex | 54 | C8 | A0 | 3A | 0 | 14 | 16 | 9F | 33 | 38 |
| Octal | 124 | 310 | 240 | 72 | 0 | 24 | 26 | 237 | 63 | 70 |
| Binary | 1010100 | 11001000 | 10100000 | 111010 | 0 | 10100 | 10110 | 10011111 | 110011 | 111000 |
Color Harmonies of #54C8A0
Complementary color
Monochromatic Colors of #54C8A0
Black with #54C8A0
Text Example
Text Example
White with #54C8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C8A0; }
p { color: rgb(84,200,160); }
H1.HeaderClassName
{
color: #54C8A0;
}
.AnyTagClassName
{
color: #54C8A0;
}
</style>
background-color css
<style>
a { background-color: #54C8A0; }
a { background-color: rgb(84,200,160); }
div.DivClassName
{
background-color: #54C8A0;
}
.BgClassName
{
background-color: #54C8A0;
}
</style>
border-color css
<style>
span { border-color: #54C8A0; }
span { border-color: rgb(84,200,160); }
td.TdClassName
{
border-color: #54C8A0;
}
.TagClassName
{
border-color: #54C8A0;
}
</style>