Shades of Puerto Rico #49B79E
Tints of Puerto Rico #49B79E
RGB
CMYK
RGB Variations
Color information
#49B79E (or 0x49B79E) is known color: Puerto Rico. HEX triplet: 49, B7 and 9E. RGB value is (73,183,158). Sum of RGB (Red+Green+Blue) = 73+183+158=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #49B79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B79E is #B64861. Grayscale: #939393. Windows color (decimal): -11946082 or 10401609. OLE color: 10401609.
HSL color Cylindrical-coordinate representation of color #49B79E: hue angle of 166.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B79E is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 158 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.28 |
| HSL | 166.36º | 0.43% | 0.5% | - |
| HSV(B) | 166.36º | 0.6% | 0.72% | - |
| XYZ | 25.85 | 37.75 | 38.27 | - |
| YUV | 147.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 158 | 0.60 | 0 | 0.14 | 0.28 | 166.36 | 0.43 | 0.5 |
| Hex | 49 | B7 | 9E | 3C | 0 | E | 1C | A6 | 2B | 32 |
| Octal | 111 | 267 | 236 | 74 | 0 | 16 | 34 | 246 | 53 | 62 |
| Binary | 1001001 | 10110111 | 10011110 | 111100 | 0 | 1110 | 11100 | 10100110 | 101011 | 110010 |
Color Harmonies of #49B79E
Complementary color
Monochromatic Colors of #49B79E
Black with #49B79E
Text Example
Text Example
White with #49B79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B79E; }
p { color: rgb(73,183,158); }
H1.HeaderClassName
{
color: #49B79E;
}
.AnyTagClassName
{
color: #49B79E;
}
</style>
background-color css
<style>
a { background-color: #49B79E; }
a { background-color: rgb(73,183,158); }
div.DivClassName
{
background-color: #49B79E;
}
.BgClassName
{
background-color: #49B79E;
}
</style>
border-color css
<style>
span { border-color: #49B79E; }
span { border-color: rgb(73,183,158); }
td.TdClassName
{
border-color: #49B79E;
}
.TagClassName
{
border-color: #49B79E;
}
</style>