Shades of Puerto Rico #49B29E
Tints of Puerto Rico #49B29E
RGB
CMYK
RGB Variations
Color information
#49B29E (or 0x49B29E) is known color: Puerto Rico. HEX triplet: 49, B2 and 9E. RGB value is (73,178,158). Sum of RGB (Red+Green+Blue) = 73+178+158=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #49B29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B29E is #B64D61. Grayscale: #909090. Windows color (decimal): -11947362 or 10400329. OLE color: 10400329.
HSL color Cylindrical-coordinate representation of color #49B29E: hue angle of 168.57º 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 #49B29E is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 158 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.30 |
| HSL | 168.57º | 0.42% | 0.49% | - |
| HSV(B) | 168.57º | 0.59% | 0.7% | - |
| XYZ | 24.84 | 35.73 | 37.93 | - |
| YUV | 144.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 158 | 0.59 | 0 | 0.11 | 0.30 | 168.57 | 0.42 | 0.49 |
| Hex | 49 | B2 | 9E | 3B | 0 | B | 1E | A9 | 2A | 31 |
| Octal | 111 | 262 | 236 | 73 | 0 | 13 | 36 | 251 | 52 | 61 |
| Binary | 1001001 | 10110010 | 10011110 | 111011 | 0 | 1011 | 11110 | 10101001 | 101010 | 110001 |
Color Harmonies of #49B29E
Complementary color
Monochromatic Colors of #49B29E
Black with #49B29E
Text Example
Text Example
White with #49B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B29E; }
p { color: rgb(73,178,158); }
H1.HeaderClassName
{
color: #49B29E;
}
.AnyTagClassName
{
color: #49B29E;
}
</style>
background-color css
<style>
a { background-color: #49B29E; }
a { background-color: rgb(73,178,158); }
div.DivClassName
{
background-color: #49B29E;
}
.BgClassName
{
background-color: #49B29E;
}
</style>
border-color css
<style>
span { border-color: #49B29E; }
span { border-color: rgb(73,178,158); }
td.TdClassName
{
border-color: #49B29E;
}
.TagClassName
{
border-color: #49B29E;
}
</style>