Shades of Puerto Rico #49BA9D
Tints of Puerto Rico #49BA9D
RGB
CMYK
RGB Variations
Color information
#49BA9D (or 0x49BA9D) is known color: Puerto Rico. HEX triplet: 49, BA and 9D. RGB value is (73,186,157). Sum of RGB (Red+Green+Blue) = 73+186+157=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA9D is #B64562. Grayscale: #949494. Windows color (decimal): -11945315 or 10336841. OLE color: 10336841.
HSL color Cylindrical-coordinate representation of color #49BA9D: hue angle of 164.6º 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 #49BA9D is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 157 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.27 |
| HSL | 164.6º | 0.45% | 0.51% | - |
| HSV(B) | 164.6º | 0.61% | 0.73% | - |
| XYZ | 26.39 | 38.97 | 38.03 | - |
| YUV | 148.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 157 | 0.61 | 0 | 0.16 | 0.27 | 164.6 | 0.45 | 0.51 |
| Hex | 49 | BA | 9D | 3D | 0 | 10 | 1B | A5 | 2D | 33 |
| Octal | 111 | 272 | 235 | 75 | 0 | 20 | 33 | 245 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10011101 | 111101 | 0 | 10000 | 11011 | 10100101 | 101101 | 110011 |
Color Harmonies of #49BA9D
Complementary color
Monochromatic Colors of #49BA9D
Black with #49BA9D
Text Example
Text Example
White with #49BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA9D; }
p { color: rgb(73,186,157); }
H1.HeaderClassName
{
color: #49BA9D;
}
.AnyTagClassName
{
color: #49BA9D;
}
</style>
background-color css
<style>
a { background-color: #49BA9D; }
a { background-color: rgb(73,186,157); }
div.DivClassName
{
background-color: #49BA9D;
}
.BgClassName
{
background-color: #49BA9D;
}
</style>
border-color css
<style>
span { border-color: #49BA9D; }
span { border-color: rgb(73,186,157); }
td.TdClassName
{
border-color: #49BA9D;
}
.TagClassName
{
border-color: #49BA9D;
}
</style>