Shades of Puerto Rico #49C29C
Tints of Puerto Rico #49C29C
RGB
CMYK
RGB Variations
Color information
#49C29C (or 0x49C29C) is known color: Puerto Rico. HEX triplet: 49, C2 and 9C. RGB value is (73,194,156). Sum of RGB (Red+Green+Blue) = 73+194+156=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #49C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C29C is #B63D63. Grayscale: #999999. Windows color (decimal): -11943268 or 10273353. OLE color: 10273353.
HSL color Cylindrical-coordinate representation of color #49C29C: hue angle of 161.16º 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 #49C29C is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 156 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.24 |
| HSL | 161.16º | 0.5% | 0.52% | - |
| HSV(B) | 161.16º | 0.62% | 0.76% | - |
| XYZ | 28.04 | 42.4 | 38.16 | - |
| YUV | 153.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 156 | 0.62 | 0 | 0.20 | 0.24 | 161.16 | 0.5 | 0.52 |
| Hex | 49 | C2 | 9C | 3E | 0 | 14 | 18 | A1 | 32 | 34 |
| Octal | 111 | 302 | 234 | 76 | 0 | 24 | 30 | 241 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10011100 | 111110 | 0 | 10100 | 11000 | 10100001 | 110010 | 110100 |
Color Harmonies of #49C29C
Complementary color
Monochromatic Colors of #49C29C
Black with #49C29C
Text Example
Text Example
White with #49C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C29C; }
p { color: rgb(73,194,156); }
H1.HeaderClassName
{
color: #49C29C;
}
.AnyTagClassName
{
color: #49C29C;
}
</style>
background-color css
<style>
a { background-color: #49C29C; }
a { background-color: rgb(73,194,156); }
div.DivClassName
{
background-color: #49C29C;
}
.BgClassName
{
background-color: #49C29C;
}
</style>
border-color css
<style>
span { border-color: #49C29C; }
span { border-color: rgb(73,194,156); }
td.TdClassName
{
border-color: #49C29C;
}
.TagClassName
{
border-color: #49C29C;
}
</style>