Shades of Puerto Rico #54C29D
Tints of Puerto Rico #54C29D
RGB
CMYK
RGB Variations
Color information
#54C29D (or 0x54C29D) is known color: Puerto Rico. HEX triplet: 54, C2 and 9D. RGB value is (84,194,157). Sum of RGB (Red+Green+Blue) = 84+194+157=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #54C29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C29D is #AB3D62. Grayscale: #9C9C9C. Windows color (decimal): -11222371 or 10338900. OLE color: 10338900.
HSL color Cylindrical-coordinate representation of color #54C29D: hue angle of 159.82º 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 #54C29D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 157 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.24 |
| HSL | 159.82º | 0.47% | 0.55% | - |
| HSV(B) | 159.82º | 0.57% | 0.76% | - |
| XYZ | 29.03 | 42.9 | 38.65 | - |
| YUV | 156.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 157 | 0.57 | 0 | 0.19 | 0.24 | 159.82 | 0.47 | 0.55 |
| Hex | 54 | C2 | 9D | 39 | 0 | 13 | 18 | A0 | 2F | 37 |
| Octal | 124 | 302 | 235 | 71 | 0 | 23 | 30 | 240 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10011101 | 111001 | 0 | 10011 | 11000 | 10100000 | 101111 | 110111 |
Color Harmonies of #54C29D
Complementary color
Monochromatic Colors of #54C29D
Black with #54C29D
Text Example
Text Example
White with #54C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C29D; }
p { color: rgb(84,194,157); }
H1.HeaderClassName
{
color: #54C29D;
}
.AnyTagClassName
{
color: #54C29D;
}
</style>
background-color css
<style>
a { background-color: #54C29D; }
a { background-color: rgb(84,194,157); }
div.DivClassName
{
background-color: #54C29D;
}
.BgClassName
{
background-color: #54C29D;
}
</style>
border-color css
<style>
span { border-color: #54C29D; }
span { border-color: rgb(84,194,157); }
td.TdClassName
{
border-color: #54C29D;
}
.TagClassName
{
border-color: #54C29D;
}
</style>