Shades of Puerto Rico #49BD97
Tints of Puerto Rico #49BD97
RGB
CMYK
RGB Variations
Color information
#49BD97 (or 0x49BD97) is known color: Puerto Rico. HEX triplet: 49, BD and 97. RGB value is (73,189,151). Sum of RGB (Red+Green+Blue) = 73+189+151=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD97 is #B64268. Grayscale: #969696. Windows color (decimal): -11944553 or 9944393. OLE color: 9944393.
HSL color Cylindrical-coordinate representation of color #49BD97: hue angle of 160.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD97 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 151 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.26 |
| HSL | 160.34º | 0.47% | 0.51% | - |
| HSV(B) | 160.34º | 0.61% | 0.74% | - |
| XYZ | 26.53 | 40.05 | 35.61 | - |
| YUV | 149.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 151 | 0.61 | 0 | 0.20 | 0.26 | 160.34 | 0.47 | 0.51 |
| Hex | 49 | BD | 97 | 3D | 0 | 14 | 1A | A0 | 2F | 33 |
| Octal | 111 | 275 | 227 | 75 | 0 | 24 | 32 | 240 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10010111 | 111101 | 0 | 10100 | 11010 | 10100000 | 101111 | 110011 |
Color Harmonies of #49BD97
Complementary color
Monochromatic Colors of #49BD97
Black with #49BD97
Text Example
Text Example
White with #49BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD97; }
p { color: rgb(73,189,151); }
H1.HeaderClassName
{
color: #49BD97;
}
.AnyTagClassName
{
color: #49BD97;
}
</style>
background-color css
<style>
a { background-color: #49BD97; }
a { background-color: rgb(73,189,151); }
div.DivClassName
{
background-color: #49BD97;
}
.BgClassName
{
background-color: #49BD97;
}
</style>
border-color css
<style>
span { border-color: #49BD97; }
span { border-color: rgb(73,189,151); }
td.TdClassName
{
border-color: #49BD97;
}
.TagClassName
{
border-color: #49BD97;
}
</style>