Shades of Puerto Rico #49C298
Tints of Puerto Rico #49C298
RGB
CMYK
RGB Variations
Color information
#49C298 (or 0x49C298) is known color: Puerto Rico. HEX triplet: 49, C2 and 98. RGB value is (73,194,152). Sum of RGB (Red+Green+Blue) = 73+194+152=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #49C298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C298 is #B63D67. Grayscale: #999999. Windows color (decimal): -11943272 or 10011209. OLE color: 10011209.
HSL color Cylindrical-coordinate representation of color #49C298: hue angle of 159.17º 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 #49C298 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 152 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.24 |
| HSL | 159.17º | 0.5% | 0.52% | - |
| HSV(B) | 159.17º | 0.62% | 0.76% | - |
| XYZ | 27.71 | 42.27 | 36.4 | - |
| YUV | 153.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 152 | 0.62 | 0 | 0.22 | 0.24 | 159.17 | 0.5 | 0.52 |
| Hex | 49 | C2 | 98 | 3E | 0 | 16 | 18 | 9F | 32 | 34 |
| Octal | 111 | 302 | 230 | 76 | 0 | 26 | 30 | 237 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10011000 | 111110 | 0 | 10110 | 11000 | 10011111 | 110010 | 110100 |
Color Harmonies of #49C298
Complementary color
Monochromatic Colors of #49C298
Black with #49C298
Text Example
Text Example
White with #49C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C298; }
p { color: rgb(73,194,152); }
H1.HeaderClassName
{
color: #49C298;
}
.AnyTagClassName
{
color: #49C298;
}
</style>
background-color css
<style>
a { background-color: #49C298; }
a { background-color: rgb(73,194,152); }
div.DivClassName
{
background-color: #49C298;
}
.BgClassName
{
background-color: #49C298;
}
</style>
border-color css
<style>
span { border-color: #49C298; }
span { border-color: rgb(73,194,152); }
td.TdClassName
{
border-color: #49C298;
}
.TagClassName
{
border-color: #49C298;
}
</style>