Shades of Puerto Rico #49B39A
Tints of Puerto Rico #49B39A
RGB
CMYK
RGB Variations
Color information
#49B39A (or 0x49B39A) is known color: Puerto Rico. HEX triplet: 49, B3 and 9A. RGB value is (73,179,154). Sum of RGB (Red+Green+Blue) = 73+179+154=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #49B39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B39A is #B64C65. Grayscale: #909090. Windows color (decimal): -11947110 or 10138441. OLE color: 10138441.
HSL color Cylindrical-coordinate representation of color #49B39A: hue angle of 165.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B39A is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 154 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.30 |
| HSL | 165.85º | 0.42% | 0.49% | - |
| HSV(B) | 165.85º | 0.59% | 0.7% | - |
| XYZ | 24.7 | 35.99 | 36.22 | - |
| YUV | 144.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 154 | 0.59 | 0 | 0.14 | 0.30 | 165.85 | 0.42 | 0.49 |
| Hex | 49 | B3 | 9A | 3B | 0 | E | 1E | A6 | 2A | 31 |
| Octal | 111 | 263 | 232 | 73 | 0 | 16 | 36 | 246 | 52 | 61 |
| Binary | 1001001 | 10110011 | 10011010 | 111011 | 0 | 1110 | 11110 | 10100110 | 101010 | 110001 |
Color Harmonies of #49B39A
Complementary color
Monochromatic Colors of #49B39A
Black with #49B39A
Text Example
Text Example
White with #49B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B39A; }
p { color: rgb(73,179,154); }
H1.HeaderClassName
{
color: #49B39A;
}
.AnyTagClassName
{
color: #49B39A;
}
</style>
background-color css
<style>
a { background-color: #49B39A; }
a { background-color: rgb(73,179,154); }
div.DivClassName
{
background-color: #49B39A;
}
.BgClassName
{
background-color: #49B39A;
}
</style>
border-color css
<style>
span { border-color: #49B39A; }
span { border-color: rgb(73,179,154); }
td.TdClassName
{
border-color: #49B39A;
}
.TagClassName
{
border-color: #49B39A;
}
</style>