Shades of Puerto Rico #49C29E
Tints of Puerto Rico #49C29E
RGB
CMYK
RGB Variations
Color information
#49C29E (or 0x49C29E) is known color: Puerto Rico. HEX triplet: 49, C2 and 9E. RGB value is (73,194,158). Sum of RGB (Red+Green+Blue) = 73+194+158=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #49C29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C29E is #B63D61. Grayscale: #999999. Windows color (decimal): -11943266 or 10404425. OLE color: 10404425.
HSL color Cylindrical-coordinate representation of color #49C29E: hue angle of 162.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C29E is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 158 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.24 |
| HSL | 162.15º | 0.5% | 0.52% | - |
| HSV(B) | 162.15º | 0.62% | 0.76% | - |
| XYZ | 28.21 | 42.47 | 39.06 | - |
| YUV | 153.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 158 | 0.62 | 0 | 0.19 | 0.24 | 162.15 | 0.5 | 0.52 |
| Hex | 49 | C2 | 9E | 3E | 0 | 13 | 18 | A2 | 32 | 34 |
| Octal | 111 | 302 | 236 | 76 | 0 | 23 | 30 | 242 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10011110 | 111110 | 0 | 10011 | 11000 | 10100010 | 110010 | 110100 |
Color Harmonies of #49C29E
Complementary color
Monochromatic Colors of #49C29E
Black with #49C29E
Text Example
Text Example
White with #49C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C29E; }
p { color: rgb(73,194,158); }
H1.HeaderClassName
{
color: #49C29E;
}
.AnyTagClassName
{
color: #49C29E;
}
</style>
background-color css
<style>
a { background-color: #49C29E; }
a { background-color: rgb(73,194,158); }
div.DivClassName
{
background-color: #49C29E;
}
.BgClassName
{
background-color: #49C29E;
}
</style>
border-color css
<style>
span { border-color: #49C29E; }
span { border-color: rgb(73,194,158); }
td.TdClassName
{
border-color: #49C29E;
}
.TagClassName
{
border-color: #49C29E;
}
</style>