Shades of Puerto Rico #49BA9F
Tints of Puerto Rico #49BA9F
RGB
CMYK
RGB Variations
Color information
#49BA9F (or 0x49BA9F) is known color: Puerto Rico. HEX triplet: 49, BA and 9F. RGB value is (73,186,159). Sum of RGB (Red+Green+Blue) = 73+186+159=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA9F is #B64560. Grayscale: #959595. Windows color (decimal): -11945313 or 10467913. OLE color: 10467913.
HSL color Cylindrical-coordinate representation of color #49BA9F: hue angle of 165.66º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA9F is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 159 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.27 |
| HSL | 165.66º | 0.45% | 0.51% | - |
| HSV(B) | 165.66º | 0.61% | 0.73% | - |
| XYZ | 26.56 | 39.04 | 38.94 | - |
| YUV | 149.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 159 | 0.61 | 0 | 0.15 | 0.27 | 165.66 | 0.45 | 0.51 |
| Hex | 49 | BA | 9F | 3D | 0 | F | 1B | A6 | 2D | 33 |
| Octal | 111 | 272 | 237 | 75 | 0 | 17 | 33 | 246 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10011111 | 111101 | 0 | 1111 | 11011 | 10100110 | 101101 | 110011 |
Color Harmonies of #49BA9F
Complementary color
Monochromatic Colors of #49BA9F
Black with #49BA9F
Text Example
Text Example
White with #49BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA9F; }
p { color: rgb(73,186,159); }
H1.HeaderClassName
{
color: #49BA9F;
}
.AnyTagClassName
{
color: #49BA9F;
}
</style>
background-color css
<style>
a { background-color: #49BA9F; }
a { background-color: rgb(73,186,159); }
div.DivClassName
{
background-color: #49BA9F;
}
.BgClassName
{
background-color: #49BA9F;
}
</style>
border-color css
<style>
span { border-color: #49BA9F; }
span { border-color: rgb(73,186,159); }
td.TdClassName
{
border-color: #49BA9F;
}
.TagClassName
{
border-color: #49BA9F;
}
</style>