Shades of Puerto Rico #54CA9F
Tints of Puerto Rico #54CA9F
RGB
CMYK
RGB Variations
Color information
#54CA9F (or 0x54CA9F) is known color: Puerto Rico. HEX triplet: 54, CA and 9F. RGB value is (84,202,159). Sum of RGB (Red+Green+Blue) = 84+202+159=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #54CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CA9F is #AB3560. Grayscale: #A1A1A1. Windows color (decimal): -11220321 or 10472020. OLE color: 10472020.
HSL color Cylindrical-coordinate representation of color #54CA9F: hue angle of 158.14º degrees, saturation: 0.53, 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 #54CA9F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 159 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.21 |
| HSL | 158.14º | 0.53% | 0.56% | - |
| HSV(B) | 158.14º | 0.58% | 0.79% | - |
| XYZ | 31.03 | 46.63 | 40.17 | - |
| YUV | 161.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 159 | 0.58 | 0 | 0.21 | 0.21 | 158.14 | 0.53 | 0.56 |
| Hex | 54 | CA | 9F | 3A | 0 | 15 | 15 | 9E | 35 | 38 |
| Octal | 124 | 312 | 237 | 72 | 0 | 25 | 25 | 236 | 65 | 70 |
| Binary | 1010100 | 11001010 | 10011111 | 111010 | 0 | 10101 | 10101 | 10011110 | 110101 | 111000 |
Color Harmonies of #54CA9F
Complementary color
Monochromatic Colors of #54CA9F
Black with #54CA9F
Text Example
Text Example
White with #54CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CA9F; }
p { color: rgb(84,202,159); }
H1.HeaderClassName
{
color: #54CA9F;
}
.AnyTagClassName
{
color: #54CA9F;
}
</style>
background-color css
<style>
a { background-color: #54CA9F; }
a { background-color: rgb(84,202,159); }
div.DivClassName
{
background-color: #54CA9F;
}
.BgClassName
{
background-color: #54CA9F;
}
</style>
border-color css
<style>
span { border-color: #54CA9F; }
span { border-color: rgb(84,202,159); }
td.TdClassName
{
border-color: #54CA9F;
}
.TagClassName
{
border-color: #54CA9F;
}
</style>