Shades of Puerto Rico #49B29B
Tints of Puerto Rico #49B29B
RGB
CMYK
RGB Variations
Color information
#49B29B (or 0x49B29B) is known color: Puerto Rico. HEX triplet: 49, B2 and 9B. RGB value is (73,178,155). Sum of RGB (Red+Green+Blue) = 73+178+155=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #49B29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B29B is #B64D64. Grayscale: #8F8F8F. Windows color (decimal): -11947365 or 10203721. OLE color: 10203721.
HSL color Cylindrical-coordinate representation of color #49B29B: hue angle of 166.86º 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 #49B29B is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 155 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.30 |
| HSL | 166.86º | 0.42% | 0.49% | - |
| HSV(B) | 166.86º | 0.59% | 0.7% | - |
| XYZ | 24.58 | 35.62 | 36.59 | - |
| YUV | 143.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 155 | 0.59 | 0 | 0.13 | 0.30 | 166.86 | 0.42 | 0.49 |
| Hex | 49 | B2 | 9B | 3B | 0 | D | 1E | A7 | 2A | 31 |
| Octal | 111 | 262 | 233 | 73 | 0 | 15 | 36 | 247 | 52 | 61 |
| Binary | 1001001 | 10110010 | 10011011 | 111011 | 0 | 1101 | 11110 | 10100111 | 101010 | 110001 |
Color Harmonies of #49B29B
Complementary color
Monochromatic Colors of #49B29B
Black with #49B29B
Text Example
Text Example
White with #49B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B29B; }
p { color: rgb(73,178,155); }
H1.HeaderClassName
{
color: #49B29B;
}
.AnyTagClassName
{
color: #49B29B;
}
</style>
background-color css
<style>
a { background-color: #49B29B; }
a { background-color: rgb(73,178,155); }
div.DivClassName
{
background-color: #49B29B;
}
.BgClassName
{
background-color: #49B29B;
}
</style>
border-color css
<style>
span { border-color: #49B29B; }
span { border-color: rgb(73,178,155); }
td.TdClassName
{
border-color: #49B29B;
}
.TagClassName
{
border-color: #49B29B;
}
</style>