Shades of Puerto Rico #49BD95
Tints of Puerto Rico #49BD95
RGB
CMYK
RGB Variations
Color information
#49BD95 (or 0x49BD95) is known color: Puerto Rico. HEX triplet: 49, BD and 95. RGB value is (73,189,149). Sum of RGB (Red+Green+Blue) = 73+189+149=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD95 is #B6426A. Grayscale: #959595. Windows color (decimal): -11944555 or 9813321. OLE color: 9813321.
HSL color Cylindrical-coordinate representation of color #49BD95: hue angle of 159.31º 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 #49BD95 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 149 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.26 |
| HSL | 159.31º | 0.47% | 0.51% | - |
| HSV(B) | 159.31º | 0.61% | 0.74% | - |
| XYZ | 26.37 | 39.98 | 34.76 | - |
| YUV | 149.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 149 | 0.61 | 0 | 0.21 | 0.26 | 159.31 | 0.47 | 0.51 |
| Hex | 49 | BD | 95 | 3D | 0 | 15 | 1A | 9F | 2F | 33 |
| Octal | 111 | 275 | 225 | 75 | 0 | 25 | 32 | 237 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10010101 | 111101 | 0 | 10101 | 11010 | 10011111 | 101111 | 110011 |
Color Harmonies of #49BD95
Complementary color
Monochromatic Colors of #49BD95
Black with #49BD95
Text Example
Text Example
White with #49BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD95; }
p { color: rgb(73,189,149); }
H1.HeaderClassName
{
color: #49BD95;
}
.AnyTagClassName
{
color: #49BD95;
}
</style>
background-color css
<style>
a { background-color: #49BD95; }
a { background-color: rgb(73,189,149); }
div.DivClassName
{
background-color: #49BD95;
}
.BgClassName
{
background-color: #49BD95;
}
</style>
border-color css
<style>
span { border-color: #49BD95; }
span { border-color: rgb(73,189,149); }
td.TdClassName
{
border-color: #49BD95;
}
.TagClassName
{
border-color: #49BD95;
}
</style>