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