Shades of Puerto Rico #54C29F
Tints of Puerto Rico #54C29F
RGB
CMYK
RGB Variations
Color information
#54C29F (or 0x54C29F) is known color: Puerto Rico. HEX triplet: 54, C2 and 9F. RGB value is (84,194,159). Sum of RGB (Red+Green+Blue) = 84+194+159=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #54C29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C29F is #AB3D60. Grayscale: #9D9D9D. Windows color (decimal): -11222369 or 10469972. OLE color: 10469972.
HSL color Cylindrical-coordinate representation of color #54C29F: hue angle of 160.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C29F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 159 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.24 |
| HSL | 160.91º | 0.47% | 0.55% | - |
| HSV(B) | 160.91º | 0.57% | 0.76% | - |
| XYZ | 29.21 | 42.97 | 39.56 | - |
| YUV | 157.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 159 | 0.57 | 0 | 0.18 | 0.24 | 160.91 | 0.47 | 0.55 |
| Hex | 54 | C2 | 9F | 39 | 0 | 12 | 18 | A1 | 2F | 37 |
| Octal | 124 | 302 | 237 | 71 | 0 | 22 | 30 | 241 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10011111 | 111001 | 0 | 10010 | 11000 | 10100001 | 101111 | 110111 |
Color Harmonies of #54C29F
Complementary color
Monochromatic Colors of #54C29F
Black with #54C29F
Text Example
Text Example
White with #54C29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C29F; }
p { color: rgb(84,194,159); }
H1.HeaderClassName
{
color: #54C29F;
}
.AnyTagClassName
{
color: #54C29F;
}
</style>
background-color css
<style>
a { background-color: #54C29F; }
a { background-color: rgb(84,194,159); }
div.DivClassName
{
background-color: #54C29F;
}
.BgClassName
{
background-color: #54C29F;
}
</style>
border-color css
<style>
span { border-color: #54C29F; }
span { border-color: rgb(84,194,159); }
td.TdClassName
{
border-color: #54C29F;
}
.TagClassName
{
border-color: #54C29F;
}
</style>