Shades of Puerto Rico #54C29B
Tints of Puerto Rico #54C29B
RGB
CMYK
RGB Variations
Color information
#54C29B (or 0x54C29B) is known color: Puerto Rico. HEX triplet: 54, C2 and 9B. RGB value is (84,194,155). Sum of RGB (Red+Green+Blue) = 84+194+155=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #54C29B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C29B is #AB3D64. Grayscale: #9C9C9C. Windows color (decimal): -11222373 or 10207828. OLE color: 10207828.
HSL color Cylindrical-coordinate representation of color #54C29B: hue angle of 158.73º 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 #54C29B is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 194 | 155 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.24 |
| HSL | 158.73º | 0.47% | 0.55% | - |
| HSV(B) | 158.73º | 0.57% | 0.76% | - |
| XYZ | 28.86 | 42.83 | 37.76 | - |
| YUV | 156.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 155 | 0.57 | 0 | 0.20 | 0.24 | 158.73 | 0.47 | 0.55 |
| Hex | 54 | C2 | 9B | 39 | 0 | 14 | 18 | 9F | 2F | 37 |
| Octal | 124 | 302 | 233 | 71 | 0 | 24 | 30 | 237 | 57 | 67 |
| Binary | 1010100 | 11000010 | 10011011 | 111001 | 0 | 10100 | 11000 | 10011111 | 101111 | 110111 |
Color Harmonies of #54C29B
Complementary color
Monochromatic Colors of #54C29B
Black with #54C29B
Text Example
Text Example
White with #54C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C29B; }
p { color: rgb(84,194,155); }
H1.HeaderClassName
{
color: #54C29B;
}
.AnyTagClassName
{
color: #54C29B;
}
</style>
background-color css
<style>
a { background-color: #54C29B; }
a { background-color: rgb(84,194,155); }
div.DivClassName
{
background-color: #54C29B;
}
.BgClassName
{
background-color: #54C29B;
}
</style>
border-color css
<style>
span { border-color: #54C29B; }
span { border-color: rgb(84,194,155); }
td.TdClassName
{
border-color: #54C29B;
}
.TagClassName
{
border-color: #54C29B;
}
</style>