Shades of Puerto Rico #54C99F
Tints of Puerto Rico #54C99F
RGB
CMYK
RGB Variations
Color information
#54C99F (or 0x54C99F) is known color: Puerto Rico. HEX triplet: 54, C9 and 9F. RGB value is (84,201,159). Sum of RGB (Red+Green+Blue) = 84+201+159=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #54C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C99F is #AB3660. Grayscale: #A1A1A1. Windows color (decimal): -11220577 or 10471764. OLE color: 10471764.
HSL color Cylindrical-coordinate representation of color #54C99F: hue angle of 158.46º 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 #54C99F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 159 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.21 |
| HSL | 158.46º | 0.52% | 0.56% | - |
| HSV(B) | 158.46º | 0.58% | 0.79% | - |
| XYZ | 30.8 | 46.16 | 40.09 | - |
| YUV | 161.23 | 126.74 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 159 | 0.58 | 0 | 0.21 | 0.21 | 158.46 | 0.52 | 0.56 |
| Hex | 54 | C9 | 9F | 3A | 0 | 15 | 15 | 9E | 34 | 38 |
| Octal | 124 | 311 | 237 | 72 | 0 | 25 | 25 | 236 | 64 | 70 |
| Binary | 1010100 | 11001001 | 10011111 | 111010 | 0 | 10101 | 10101 | 10011110 | 110100 | 111000 |
Color Harmonies of #54C99F
Complementary color
Monochromatic Colors of #54C99F
Black with #54C99F
Text Example
Text Example
White with #54C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C99F; }
p { color: rgb(84,201,159); }
H1.HeaderClassName
{
color: #54C99F;
}
.AnyTagClassName
{
color: #54C99F;
}
</style>
background-color css
<style>
a { background-color: #54C99F; }
a { background-color: rgb(84,201,159); }
div.DivClassName
{
background-color: #54C99F;
}
.BgClassName
{
background-color: #54C99F;
}
</style>
border-color css
<style>
span { border-color: #54C99F; }
span { border-color: rgb(84,201,159); }
td.TdClassName
{
border-color: #54C99F;
}
.TagClassName
{
border-color: #54C99F;
}
</style>