Shades of Puerto Rico #49B9AD
Tints of Puerto Rico #49B9AD
RGB
CMYK
RGB Variations
Color information
#49B9AD (or 0x49B9AD) is known color: Puerto Rico. HEX triplet: 49, B9 and AD. RGB value is (73,185,173). Sum of RGB (Red+Green+Blue) = 73+185+173=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #49B9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B9AD is #B64652. Grayscale: #969696. Windows color (decimal): -11945555 or 11385161. OLE color: 11385161.
HSL color Cylindrical-coordinate representation of color #49B9AD: hue angle of 173.57º degrees, saturation: 0.44, 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 #49B9AD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 173 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.27 |
| HSL | 173.57º | 0.44% | 0.51% | - |
| HSV(B) | 173.57º | 0.61% | 0.73% | - |
| XYZ | 27.64 | 39.13 | 45.63 | - |
| YUV | 150.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 173 | 0.61 | 0 | 0.06 | 0.27 | 173.57 | 0.44 | 0.51 |
| Hex | 49 | B9 | AD | 3D | 0 | 6 | 1B | AE | 2C | 33 |
| Octal | 111 | 271 | 255 | 75 | 0 | 6 | 33 | 256 | 54 | 63 |
| Binary | 1001001 | 10111001 | 10101101 | 111101 | 0 | 110 | 11011 | 10101110 | 101100 | 110011 |
Color Harmonies of #49B9AD
Complementary color
Monochromatic Colors of #49B9AD
Black with #49B9AD
Text Example
Text Example
White with #49B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B9AD; }
p { color: rgb(73,185,173); }
H1.HeaderClassName
{
color: #49B9AD;
}
.AnyTagClassName
{
color: #49B9AD;
}
</style>
background-color css
<style>
a { background-color: #49B9AD; }
a { background-color: rgb(73,185,173); }
div.DivClassName
{
background-color: #49B9AD;
}
.BgClassName
{
background-color: #49B9AD;
}
</style>
border-color css
<style>
span { border-color: #49B9AD; }
span { border-color: rgb(73,185,173); }
td.TdClassName
{
border-color: #49B9AD;
}
.TagClassName
{
border-color: #49B9AD;
}
</style>