Shades of Puerto Rico #49B89F
Tints of Puerto Rico #49B89F
RGB
CMYK
RGB Variations
Color information
#49B89F (or 0x49B89F) is known color: Puerto Rico. HEX triplet: 49, B8 and 9F. RGB value is (73,184,159). Sum of RGB (Red+Green+Blue) = 73+184+159=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #49B89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B89F is #B64760. Grayscale: #939393. Windows color (decimal): -11945825 or 10467401. OLE color: 10467401.
HSL color Cylindrical-coordinate representation of color #49B89F: hue angle of 166.49º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B89F is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 184 | 159 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.28 |
| HSL | 166.49º | 0.44% | 0.5% | - |
| HSV(B) | 166.49º | 0.6% | 0.72% | - |
| XYZ | 26.15 | 38.2 | 38.8 | - |
| YUV | 147.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 159 | 0.60 | 0 | 0.14 | 0.28 | 166.49 | 0.44 | 0.5 |
| Hex | 49 | B8 | 9F | 3C | 0 | E | 1C | A6 | 2C | 32 |
| Octal | 111 | 270 | 237 | 74 | 0 | 16 | 34 | 246 | 54 | 62 |
| Binary | 1001001 | 10111000 | 10011111 | 111100 | 0 | 1110 | 11100 | 10100110 | 101100 | 110010 |
Color Harmonies of #49B89F
Complementary color
Monochromatic Colors of #49B89F
Black with #49B89F
Text Example
Text Example
White with #49B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B89F; }
p { color: rgb(73,184,159); }
H1.HeaderClassName
{
color: #49B89F;
}
.AnyTagClassName
{
color: #49B89F;
}
</style>
background-color css
<style>
a { background-color: #49B89F; }
a { background-color: rgb(73,184,159); }
div.DivClassName
{
background-color: #49B89F;
}
.BgClassName
{
background-color: #49B89F;
}
</style>
border-color css
<style>
span { border-color: #49B89F; }
span { border-color: rgb(73,184,159); }
td.TdClassName
{
border-color: #49B89F;
}
.TagClassName
{
border-color: #49B89F;
}
</style>