Shades of Puerto Rico #49D1AD
Tints of Puerto Rico #49D1AD
RGB
CMYK
RGB Variations
Color information
#49D1AD (or 0x49D1AD) is known color: Puerto Rico. HEX triplet: 49, D1 and AD. RGB value is (73,209,173). Sum of RGB (Red+Green+Blue) = 73+209+173=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D1AD is #B62E52. Grayscale: #A4A4A4. Windows color (decimal): -11939411 or 11391305. OLE color: 11391305.
HSL color Cylindrical-coordinate representation of color #49D1AD: hue angle of 164.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D1AD is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 173 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.18 |
| HSL | 164.12º | 0.6% | 0.55% | - |
| HSV(B) | 164.12º | 0.65% | 0.82% | - |
| XYZ | 33.09 | 50.03 | 47.45 | - |
| YUV | 164.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 173 | 0.65 | 0 | 0.17 | 0.18 | 164.12 | 0.6 | 0.55 |
| Hex | 49 | D1 | AD | 41 | 0 | 11 | 12 | A4 | 3C | 37 |
| Octal | 111 | 321 | 255 | 101 | 0 | 21 | 22 | 244 | 74 | 67 |
| Binary | 1001001 | 11010001 | 10101101 | 1000001 | 0 | 10001 | 10010 | 10100100 | 111100 | 110111 |
Color Harmonies of #49D1AD
Complementary color
Monochromatic Colors of #49D1AD
Black with #49D1AD
Text Example
Text Example
White with #49D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1AD; }
p { color: rgb(73,209,173); }
H1.HeaderClassName
{
color: #49D1AD;
}
.AnyTagClassName
{
color: #49D1AD;
}
</style>
background-color css
<style>
a { background-color: #49D1AD; }
a { background-color: rgb(73,209,173); }
div.DivClassName
{
background-color: #49D1AD;
}
.BgClassName
{
background-color: #49D1AD;
}
</style>
border-color css
<style>
span { border-color: #49D1AD; }
span { border-color: rgb(73,209,173); }
td.TdClassName
{
border-color: #49D1AD;
}
.TagClassName
{
border-color: #49D1AD;
}
</style>