Shades of Puerto Rico #49B5A1
Tints of Puerto Rico #49B5A1
RGB
CMYK
RGB Variations
Color information
#49B5A1 (or 0x49B5A1) is known color: Puerto Rico. HEX triplet: 49, B5 and A1. RGB value is (73,181,161). Sum of RGB (Red+Green+Blue) = 73+181+161=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #49B5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B5A1 is #B64A5E. Grayscale: #929292. Windows color (decimal): -11946591 or 10597705. OLE color: 10597705.
HSL color Cylindrical-coordinate representation of color #49B5A1: hue angle of 168.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B5A1 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 161 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.29 |
| HSL | 168.89º | 0.43% | 0.5% | - |
| HSV(B) | 168.89º | 0.6% | 0.71% | - |
| XYZ | 25.7 | 37.04 | 39.51 | - |
| YUV | 146.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 161 | 0.60 | 0 | 0.11 | 0.29 | 168.89 | 0.43 | 0.5 |
| Hex | 49 | B5 | A1 | 3C | 0 | B | 1D | A9 | 2B | 32 |
| Octal | 111 | 265 | 241 | 74 | 0 | 13 | 35 | 251 | 53 | 62 |
| Binary | 1001001 | 10110101 | 10100001 | 111100 | 0 | 1011 | 11101 | 10101001 | 101011 | 110010 |
Color Harmonies of #49B5A1
Complementary color
Monochromatic Colors of #49B5A1
Black with #49B5A1
Text Example
Text Example
White with #49B5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B5A1; }
p { color: rgb(73,181,161); }
H1.HeaderClassName
{
color: #49B5A1;
}
.AnyTagClassName
{
color: #49B5A1;
}
</style>
background-color css
<style>
a { background-color: #49B5A1; }
a { background-color: rgb(73,181,161); }
div.DivClassName
{
background-color: #49B5A1;
}
.BgClassName
{
background-color: #49B5A1;
}
</style>
border-color css
<style>
span { border-color: #49B5A1; }
span { border-color: rgb(73,181,161); }
td.TdClassName
{
border-color: #49B5A1;
}
.TagClassName
{
border-color: #49B5A1;
}
</style>