Shades of Puerto Rico #49BDAC
Tints of Puerto Rico #49BDAC
RGB
CMYK
RGB Variations
Color information
#49BDAC (or 0x49BDAC) is known color: Puerto Rico. HEX triplet: 49, BD and AC. RGB value is (73,189,172). Sum of RGB (Red+Green+Blue) = 73+189+172=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDAC is #B64253. Grayscale: #989898. Windows color (decimal): -11944532 or 11320649. OLE color: 11320649.
HSL color Cylindrical-coordinate representation of color #49BDAC: hue angle of 171.21º 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 #49BDAC is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 172 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.26 |
| HSL | 171.21º | 0.47% | 0.51% | - |
| HSV(B) | 171.21º | 0.61% | 0.74% | - |
| XYZ | 28.39 | 40.79 | 45.41 | - |
| YUV | 152.38 | 139.07 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 172 | 0.61 | 0 | 0.09 | 0.26 | 171.21 | 0.47 | 0.51 |
| Hex | 49 | BD | AC | 3D | 0 | 9 | 1A | AB | 2F | 33 |
| Octal | 111 | 275 | 254 | 75 | 0 | 11 | 32 | 253 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10101100 | 111101 | 0 | 1001 | 11010 | 10101011 | 101111 | 110011 |
Color Harmonies of #49BDAC
Complementary color
Monochromatic Colors of #49BDAC
Black with #49BDAC
Text Example
Text Example
White with #49BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BDAC; }
p { color: rgb(73,189,172); }
H1.HeaderClassName
{
color: #49BDAC;
}
.AnyTagClassName
{
color: #49BDAC;
}
</style>
background-color css
<style>
a { background-color: #49BDAC; }
a { background-color: rgb(73,189,172); }
div.DivClassName
{
background-color: #49BDAC;
}
.BgClassName
{
background-color: #49BDAC;
}
</style>
border-color css
<style>
span { border-color: #49BDAC; }
span { border-color: rgb(73,189,172); }
td.TdClassName
{
border-color: #49BDAC;
}
.TagClassName
{
border-color: #49BDAC;
}
</style>