Shades of Puerto Rico #54C69F
Tints of Puerto Rico #54C69F
RGB
CMYK
RGB Variations
Color information
#54C69F (or 0x54C69F) is known color: Puerto Rico. HEX triplet: 54, C6 and 9F. RGB value is (84,198,159). Sum of RGB (Red+Green+Blue) = 84+198+159=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #54C69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C69F is #AB3960. Grayscale: #9F9F9F. Windows color (decimal): -11221345 or 10470996. OLE color: 10470996.
HSL color Cylindrical-coordinate representation of color #54C69F: hue angle of 159.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C69F is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 198 | 159 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.22 |
| HSL | 159.47º | 0.5% | 0.55% | - |
| HSV(B) | 159.47º | 0.58% | 0.78% | - |
| XYZ | 30.11 | 44.78 | 39.86 | - |
| YUV | 159.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 159 | 0.58 | 0 | 0.20 | 0.22 | 159.47 | 0.5 | 0.55 |
| Hex | 54 | C6 | 9F | 3A | 0 | 14 | 16 | 9F | 32 | 37 |
| Octal | 124 | 306 | 237 | 72 | 0 | 24 | 26 | 237 | 62 | 67 |
| Binary | 1010100 | 11000110 | 10011111 | 111010 | 0 | 10100 | 10110 | 10011111 | 110010 | 110111 |
Color Harmonies of #54C69F
Complementary color
Monochromatic Colors of #54C69F
Black with #54C69F
Text Example
Text Example
White with #54C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C69F; }
p { color: rgb(84,198,159); }
H1.HeaderClassName
{
color: #54C69F;
}
.AnyTagClassName
{
color: #54C69F;
}
</style>
background-color css
<style>
a { background-color: #54C69F; }
a { background-color: rgb(84,198,159); }
div.DivClassName
{
background-color: #54C69F;
}
.BgClassName
{
background-color: #54C69F;
}
</style>
border-color css
<style>
span { border-color: #54C69F; }
span { border-color: rgb(84,198,159); }
td.TdClassName
{
border-color: #54C69F;
}
.TagClassName
{
border-color: #54C69F;
}
</style>