Shades of Puerto Rico #49D1AF
Tints of Puerto Rico #49D1AF
RGB
CMYK
RGB Variations
Color information
#49D1AF (or 0x49D1AF) is known color: Puerto Rico. HEX triplet: 49, D1 and AF. RGB value is (73,209,175). Sum of RGB (Red+Green+Blue) = 73+209+175=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #49D1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D1AF is #B62E50. Grayscale: #A4A4A4. Windows color (decimal): -11939409 or 11522377. OLE color: 11522377.
HSL color Cylindrical-coordinate representation of color #49D1AF: hue angle of 165º 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 #49D1AF is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 175 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.18 |
| HSL | 165º | 0.6% | 0.55% | - |
| HSV(B) | 165º | 0.65% | 0.82% | - |
| XYZ | 33.29 | 50.11 | 48.48 | - |
| YUV | 164.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 175 | 0.65 | 0 | 0.16 | 0.18 | 165 | 0.6 | 0.55 |
| Hex | 49 | D1 | AF | 41 | 0 | 10 | 12 | A5 | 3C | 37 |
| Octal | 111 | 321 | 257 | 101 | 0 | 20 | 22 | 245 | 74 | 67 |
| Binary | 1001001 | 11010001 | 10101111 | 1000001 | 0 | 10000 | 10010 | 10100101 | 111100 | 110111 |
Color Harmonies of #49D1AF
Complementary color
Monochromatic Colors of #49D1AF
Black with #49D1AF
Text Example
Text Example
White with #49D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1AF; }
p { color: rgb(73,209,175); }
H1.HeaderClassName
{
color: #49D1AF;
}
.AnyTagClassName
{
color: #49D1AF;
}
</style>
background-color css
<style>
a { background-color: #49D1AF; }
a { background-color: rgb(73,209,175); }
div.DivClassName
{
background-color: #49D1AF;
}
.BgClassName
{
background-color: #49D1AF;
}
</style>
border-color css
<style>
span { border-color: #49D1AF; }
span { border-color: rgb(73,209,175); }
td.TdClassName
{
border-color: #49D1AF;
}
.TagClassName
{
border-color: #49D1AF;
}
</style>