Shades of Puerto Rico #49BBA7
Tints of Puerto Rico #49BBA7
RGB
CMYK
RGB Variations
Color information
#49BBA7 (or 0x49BBA7) is known color: Puerto Rico. HEX triplet: 49, BB and A7. RGB value is (73,187,167). Sum of RGB (Red+Green+Blue) = 73+187+167=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA7 is #B64458. Grayscale: #969696. Windows color (decimal): -11945049 or 10992457. OLE color: 10992457.
HSL color Cylindrical-coordinate representation of color #49BBA7: hue angle of 169.47º 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 #49BBA7 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 167 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.27 |
| HSL | 169.47º | 0.46% | 0.51% | - |
| HSV(B) | 169.47º | 0.61% | 0.73% | - |
| XYZ | 27.49 | 39.75 | 42.78 | - |
| YUV | 150.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 167 | 0.61 | 0 | 0.11 | 0.27 | 169.47 | 0.46 | 0.51 |
| Hex | 49 | BB | A7 | 3D | 0 | B | 1B | A9 | 2E | 33 |
| Octal | 111 | 273 | 247 | 75 | 0 | 13 | 33 | 251 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10100111 | 111101 | 0 | 1011 | 11011 | 10101001 | 101110 | 110011 |
Color Harmonies of #49BBA7
Complementary color
Monochromatic Colors of #49BBA7
Black with #49BBA7
Text Example
Text Example
White with #49BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BBA7; }
p { color: rgb(73,187,167); }
H1.HeaderClassName
{
color: #49BBA7;
}
.AnyTagClassName
{
color: #49BBA7;
}
</style>
background-color css
<style>
a { background-color: #49BBA7; }
a { background-color: rgb(73,187,167); }
div.DivClassName
{
background-color: #49BBA7;
}
.BgClassName
{
background-color: #49BBA7;
}
</style>
border-color css
<style>
span { border-color: #49BBA7; }
span { border-color: rgb(73,187,167); }
td.TdClassName
{
border-color: #49BBA7;
}
.TagClassName
{
border-color: #49BBA7;
}
</style>