Shades of Puerto Rico #54C9A1
Tints of Puerto Rico #54C9A1
RGB
CMYK
RGB Variations
Color information
#54C9A1 (or 0x54C9A1) is known color: Puerto Rico. HEX triplet: 54, C9 and A1. RGB value is (84,201,161). Sum of RGB (Red+Green+Blue) = 84+201+161=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #54C9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C9A1 is #AB365E. Grayscale: #A1A1A1. Windows color (decimal): -11220575 or 10602836. OLE color: 10602836.
HSL color Cylindrical-coordinate representation of color #54C9A1: hue angle of 159.49º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C9A1 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 161 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.21 |
| HSL | 159.49º | 0.52% | 0.56% | - |
| HSV(B) | 159.49º | 0.58% | 0.79% | - |
| XYZ | 30.98 | 46.23 | 41.01 | - |
| YUV | 161.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 161 | 0.58 | 0 | 0.20 | 0.21 | 159.49 | 0.52 | 0.56 |
| Hex | 54 | C9 | A1 | 3A | 0 | 14 | 15 | 9F | 34 | 38 |
| Octal | 124 | 311 | 241 | 72 | 0 | 24 | 25 | 237 | 64 | 70 |
| Binary | 1010100 | 11001001 | 10100001 | 111010 | 0 | 10100 | 10101 | 10011111 | 110100 | 111000 |
Color Harmonies of #54C9A1
Complementary color
Monochromatic Colors of #54C9A1
Black with #54C9A1
Text Example
Text Example
White with #54C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9A1; }
p { color: rgb(84,201,161); }
H1.HeaderClassName
{
color: #54C9A1;
}
.AnyTagClassName
{
color: #54C9A1;
}
</style>
background-color css
<style>
a { background-color: #54C9A1; }
a { background-color: rgb(84,201,161); }
div.DivClassName
{
background-color: #54C9A1;
}
.BgClassName
{
background-color: #54C9A1;
}
</style>
border-color css
<style>
span { border-color: #54C9A1; }
span { border-color: rgb(84,201,161); }
td.TdClassName
{
border-color: #54C9A1;
}
.TagClassName
{
border-color: #54C9A1;
}
</style>