Shades of Puerto Rico #49BBA2
Tints of Puerto Rico #49BBA2
RGB
CMYK
RGB Variations
Color information
#49BBA2 (or 0x49BBA2) is known color: Puerto Rico. HEX triplet: 49, BB and A2. RGB value is (73,187,162). Sum of RGB (Red+Green+Blue) = 73+187+162=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA2 is #B6445D. Grayscale: #969696. Windows color (decimal): -11945054 or 10664777. OLE color: 10664777.
HSL color Cylindrical-coordinate representation of color #49BBA2: hue angle of 166.84º degrees, saturation: 0.46, 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 #49BBA2 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 162 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.27 |
| HSL | 166.84º | 0.46% | 0.51% | - |
| HSV(B) | 166.84º | 0.61% | 0.73% | - |
| XYZ | 27.04 | 39.57 | 40.39 | - |
| YUV | 150.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 162 | 0.61 | 0 | 0.13 | 0.27 | 166.84 | 0.46 | 0.51 |
| Hex | 49 | BB | A2 | 3D | 0 | D | 1B | A7 | 2E | 33 |
| Octal | 111 | 273 | 242 | 75 | 0 | 15 | 33 | 247 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10100010 | 111101 | 0 | 1101 | 11011 | 10100111 | 101110 | 110011 |
Color Harmonies of #49BBA2
Complementary color
Monochromatic Colors of #49BBA2
Black with #49BBA2
Text Example
Text Example
White with #49BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBA2; }
p { color: rgb(73,187,162); }
H1.HeaderClassName
{
color: #49BBA2;
}
.AnyTagClassName
{
color: #49BBA2;
}
</style>
background-color css
<style>
a { background-color: #49BBA2; }
a { background-color: rgb(73,187,162); }
div.DivClassName
{
background-color: #49BBA2;
}
.BgClassName
{
background-color: #49BBA2;
}
</style>
border-color css
<style>
span { border-color: #49BBA2; }
span { border-color: rgb(73,187,162); }
td.TdClassName
{
border-color: #49BBA2;
}
.TagClassName
{
border-color: #49BBA2;
}
</style>