Shades of Puerto Rico #49BA99
Tints of Puerto Rico #49BA99
RGB
CMYK
RGB Variations
Color information
#49BA99 (or 0x49BA99) is known color: Puerto Rico. HEX triplet: 49, BA and 99. RGB value is (73,186,153). Sum of RGB (Red+Green+Blue) = 73+186+153=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA99 is #B64566. Grayscale: #949494. Windows color (decimal): -11945319 or 10074697. OLE color: 10074697.
HSL color Cylindrical-coordinate representation of color #49BA99: hue angle of 162.48º 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 #49BA99 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 153 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.27 |
| HSL | 162.48º | 0.45% | 0.51% | - |
| HSV(B) | 162.48º | 0.61% | 0.73% | - |
| XYZ | 26.06 | 38.83 | 36.26 | - |
| YUV | 148.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 153 | 0.61 | 0 | 0.18 | 0.27 | 162.48 | 0.45 | 0.51 |
| Hex | 49 | BA | 99 | 3D | 0 | 12 | 1B | A2 | 2D | 33 |
| Octal | 111 | 272 | 231 | 75 | 0 | 22 | 33 | 242 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10011001 | 111101 | 0 | 10010 | 11011 | 10100010 | 101101 | 110011 |
Color Harmonies of #49BA99
Complementary color
Monochromatic Colors of #49BA99
Black with #49BA99
Text Example
Text Example
White with #49BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA99; }
p { color: rgb(73,186,153); }
H1.HeaderClassName
{
color: #49BA99;
}
.AnyTagClassName
{
color: #49BA99;
}
</style>
background-color css
<style>
a { background-color: #49BA99; }
a { background-color: rgb(73,186,153); }
div.DivClassName
{
background-color: #49BA99;
}
.BgClassName
{
background-color: #49BA99;
}
</style>
border-color css
<style>
span { border-color: #49BA99; }
span { border-color: rgb(73,186,153); }
td.TdClassName
{
border-color: #49BA99;
}
.TagClassName
{
border-color: #49BA99;
}
</style>