Shades of Puerto Rico #49AD97
Tints of Puerto Rico #49AD97
RGB
CMYK
RGB Variations
Color information
#49AD97 (or 0x49AD97) is known color: Puerto Rico. HEX triplet: 49, AD and 97. RGB value is (73,173,151). Sum of RGB (Red+Green+Blue) = 73+173+151=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AD97 is #B65268. Grayscale: #8C8C8C. Windows color (decimal): -11948649 or 9940297. OLE color: 9940297.
HSL color Cylindrical-coordinate representation of color #49AD97: hue angle of 166.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD97 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 151 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.32 |
| HSL | 166.8º | 0.41% | 0.48% | - |
| HSV(B) | 166.8º | 0.58% | 0.68% | - |
| XYZ | 23.28 | 33.54 | 34.52 | - |
| YUV | 140.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 151 | 0.58 | 0 | 0.13 | 0.32 | 166.8 | 0.41 | 0.48 |
| Hex | 49 | AD | 97 | 3A | 0 | D | 20 | A7 | 29 | 30 |
| Octal | 111 | 255 | 227 | 72 | 0 | 15 | 40 | 247 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10010111 | 111010 | 0 | 1101 | 100000 | 10100111 | 101001 | 110000 |
Color Harmonies of #49AD97
Complementary color
Monochromatic Colors of #49AD97
Black with #49AD97
Text Example
Text Example
White with #49AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD97; }
p { color: rgb(73,173,151); }
H1.HeaderClassName
{
color: #49AD97;
}
.AnyTagClassName
{
color: #49AD97;
}
</style>
background-color css
<style>
a { background-color: #49AD97; }
a { background-color: rgb(73,173,151); }
div.DivClassName
{
background-color: #49AD97;
}
.BgClassName
{
background-color: #49AD97;
}
</style>
border-color css
<style>
span { border-color: #49AD97; }
span { border-color: rgb(73,173,151); }
td.TdClassName
{
border-color: #49AD97;
}
.TagClassName
{
border-color: #49AD97;
}
</style>