Shades of Puerto Rico #49B698
Tints of Puerto Rico #49B698
RGB
CMYK
RGB Variations
Color information
#49B698 (or 0x49B698) is known color: Puerto Rico. HEX triplet: 49, B6 and 98. RGB value is (73,182,152). Sum of RGB (Red+Green+Blue) = 73+182+152=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 182 - color contains mainly: green. Hex color #49B698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B698 is #B64967. Grayscale: #929292. Windows color (decimal): -11946344 or 10008137. OLE color: 10008137.
HSL color Cylindrical-coordinate representation of color #49B698: hue angle of 163.49º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B698 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 152 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.29 |
| HSL | 163.49º | 0.43% | 0.5% | - |
| HSV(B) | 163.49º | 0.6% | 0.71% | - |
| XYZ | 25.14 | 37.14 | 35.55 | - |
| YUV | 145.99 | 131.39 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 152 | 0.60 | 0 | 0.16 | 0.29 | 163.49 | 0.43 | 0.5 |
| Hex | 49 | B6 | 98 | 3C | 0 | 10 | 1D | A3 | 2B | 32 |
| Octal | 111 | 266 | 230 | 74 | 0 | 20 | 35 | 243 | 53 | 62 |
| Binary | 1001001 | 10110110 | 10011000 | 111100 | 0 | 10000 | 11101 | 10100011 | 101011 | 110010 |
Color Harmonies of #49B698
Complementary color
Monochromatic Colors of #49B698
Black with #49B698
Text Example
Text Example
White with #49B698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B698; }
p { color: rgb(73,182,152); }
H1.HeaderClassName
{
color: #49B698;
}
.AnyTagClassName
{
color: #49B698;
}
</style>
background-color css
<style>
a { background-color: #49B698; }
a { background-color: rgb(73,182,152); }
div.DivClassName
{
background-color: #49B698;
}
.BgClassName
{
background-color: #49B698;
}
</style>
border-color css
<style>
span { border-color: #49B698; }
span { border-color: rgb(73,182,152); }
td.TdClassName
{
border-color: #49B698;
}
.TagClassName
{
border-color: #49B698;
}
</style>