Shades of Puerto Rico #49C0AC
Tints of Puerto Rico #49C0AC
RGB
CMYK
RGB Variations
Color information
#49C0AC (or 0x49C0AC) is known color: Puerto Rico. HEX triplet: 49, C0 and AC. RGB value is (73,192,172). Sum of RGB (Red+Green+Blue) = 73+192+172=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C0AC is #B63F53. Grayscale: #9A9A9A. Windows color (decimal): -11943764 or 11321417. OLE color: 11321417.
HSL color Cylindrical-coordinate representation of color #49C0AC: hue angle of 169.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0AC is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 172 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.25 |
| HSL | 169.92º | 0.49% | 0.52% | - |
| HSV(B) | 169.92º | 0.62% | 0.75% | - |
| XYZ | 29.04 | 42.09 | 45.62 | - |
| YUV | 154.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 172 | 0.62 | 0 | 0.10 | 0.25 | 169.92 | 0.49 | 0.52 |
| Hex | 49 | C0 | AC | 3E | 0 | A | 19 | AA | 31 | 34 |
| Octal | 111 | 300 | 254 | 76 | 0 | 12 | 31 | 252 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10101100 | 111110 | 0 | 1010 | 11001 | 10101010 | 110001 | 110100 |
Color Harmonies of #49C0AC
Complementary color
Monochromatic Colors of #49C0AC
Black with #49C0AC
Text Example
Text Example
White with #49C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0AC; }
p { color: rgb(73,192,172); }
H1.HeaderClassName
{
color: #49C0AC;
}
.AnyTagClassName
{
color: #49C0AC;
}
</style>
background-color css
<style>
a { background-color: #49C0AC; }
a { background-color: rgb(73,192,172); }
div.DivClassName
{
background-color: #49C0AC;
}
.BgClassName
{
background-color: #49C0AC;
}
</style>
border-color css
<style>
span { border-color: #49C0AC; }
span { border-color: rgb(73,192,172); }
td.TdClassName
{
border-color: #49C0AC;
}
.TagClassName
{
border-color: #49C0AC;
}
</style>