Shades of Puerto Rico #49BD9B
Tints of Puerto Rico #49BD9B
RGB
CMYK
RGB Variations
Color information
#49BD9B (or 0x49BD9B) is known color: Puerto Rico. HEX triplet: 49, BD and 9B. RGB value is (73,189,155). Sum of RGB (Red+Green+Blue) = 73+189+155=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD9B is #B64264. Grayscale: #969696. Windows color (decimal): -11944549 or 10206537. OLE color: 10206537.
HSL color Cylindrical-coordinate representation of color #49BD9B: hue angle of 162.41º degrees, saturation: 0.47, 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 #49BD9B is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 155 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.26 |
| HSL | 162.41º | 0.47% | 0.51% | - |
| HSV(B) | 162.41º | 0.61% | 0.74% | - |
| XYZ | 26.86 | 40.18 | 37.35 | - |
| YUV | 150.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 155 | 0.61 | 0 | 0.18 | 0.26 | 162.41 | 0.47 | 0.51 |
| Hex | 49 | BD | 9B | 3D | 0 | 12 | 1A | A2 | 2F | 33 |
| Octal | 111 | 275 | 233 | 75 | 0 | 22 | 32 | 242 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10011011 | 111101 | 0 | 10010 | 11010 | 10100010 | 101111 | 110011 |
Color Harmonies of #49BD9B
Complementary color
Monochromatic Colors of #49BD9B
Black with #49BD9B
Text Example
Text Example
White with #49BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD9B; }
p { color: rgb(73,189,155); }
H1.HeaderClassName
{
color: #49BD9B;
}
.AnyTagClassName
{
color: #49BD9B;
}
</style>
background-color css
<style>
a { background-color: #49BD9B; }
a { background-color: rgb(73,189,155); }
div.DivClassName
{
background-color: #49BD9B;
}
.BgClassName
{
background-color: #49BD9B;
}
</style>
border-color css
<style>
span { border-color: #49BD9B; }
span { border-color: rgb(73,189,155); }
td.TdClassName
{
border-color: #49BD9B;
}
.TagClassName
{
border-color: #49BD9B;
}
</style>