Shades of Puerto Rico #49BC9F
Tints of Puerto Rico #49BC9F
RGB
CMYK
RGB Variations
Color information
#49BC9F (or 0x49BC9F) is known color: Puerto Rico. HEX triplet: 49, BC and 9F. RGB value is (73,188,159). Sum of RGB (Red+Green+Blue) = 73+188+159=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC9F is #B64360. Grayscale: #969696. Windows color (decimal): -11944801 or 10468425. OLE color: 10468425.
HSL color Cylindrical-coordinate representation of color #49BC9F: hue angle of 164.87º degrees, saturation: 0.46, 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 #49BC9F is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 159 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.26 |
| HSL | 164.87º | 0.46% | 0.51% | - |
| HSV(B) | 164.87º | 0.61% | 0.74% | - |
| XYZ | 26.99 | 39.89 | 39.08 | - |
| YUV | 150.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 159 | 0.61 | 0 | 0.15 | 0.26 | 164.87 | 0.46 | 0.51 |
| Hex | 49 | BC | 9F | 3D | 0 | F | 1A | A5 | 2E | 33 |
| Octal | 111 | 274 | 237 | 75 | 0 | 17 | 32 | 245 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10011111 | 111101 | 0 | 1111 | 11010 | 10100101 | 101110 | 110011 |
Color Harmonies of #49BC9F
Complementary color
Monochromatic Colors of #49BC9F
Black with #49BC9F
Text Example
Text Example
White with #49BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC9F; }
p { color: rgb(73,188,159); }
H1.HeaderClassName
{
color: #49BC9F;
}
.AnyTagClassName
{
color: #49BC9F;
}
</style>
background-color css
<style>
a { background-color: #49BC9F; }
a { background-color: rgb(73,188,159); }
div.DivClassName
{
background-color: #49BC9F;
}
.BgClassName
{
background-color: #49BC9F;
}
</style>
border-color css
<style>
span { border-color: #49BC9F; }
span { border-color: rgb(73,188,159); }
td.TdClassName
{
border-color: #49BC9F;
}
.TagClassName
{
border-color: #49BC9F;
}
</style>