Shades of Puerto Rico #49BBA9
Tints of Puerto Rico #49BBA9
RGB
CMYK
RGB Variations
Color information
#49BBA9 (or 0x49BBA9) is known color: Puerto Rico. HEX triplet: 49, BB and A9. RGB value is (73,187,169). Sum of RGB (Red+Green+Blue) = 73+187+169=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA9 is #B64456. Grayscale: #969696. Windows color (decimal): -11945047 or 11123529. OLE color: 11123529.
HSL color Cylindrical-coordinate representation of color #49BBA9: hue angle of 170.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBA9 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 169 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.27 |
| HSL | 170.53º | 0.46% | 0.51% | - |
| HSV(B) | 170.53º | 0.61% | 0.73% | - |
| XYZ | 27.68 | 39.82 | 43.76 | - |
| YUV | 150.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 169 | 0.61 | 0 | 0.10 | 0.27 | 170.53 | 0.46 | 0.51 |
| Hex | 49 | BB | A9 | 3D | 0 | A | 1B | AB | 2E | 33 |
| Octal | 111 | 273 | 251 | 75 | 0 | 12 | 33 | 253 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10101001 | 111101 | 0 | 1010 | 11011 | 10101011 | 101110 | 110011 |
Color Harmonies of #49BBA9
Complementary color
Monochromatic Colors of #49BBA9
Black with #49BBA9
Text Example
Text Example
White with #49BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBA9; }
p { color: rgb(73,187,169); }
H1.HeaderClassName
{
color: #49BBA9;
}
.AnyTagClassName
{
color: #49BBA9;
}
</style>
background-color css
<style>
a { background-color: #49BBA9; }
a { background-color: rgb(73,187,169); }
div.DivClassName
{
background-color: #49BBA9;
}
.BgClassName
{
background-color: #49BBA9;
}
</style>
border-color css
<style>
span { border-color: #49BBA9; }
span { border-color: rgb(73,187,169); }
td.TdClassName
{
border-color: #49BBA9;
}
.TagClassName
{
border-color: #49BBA9;
}
</style>