Shades of Puerto Rico #49C7AC
Tints of Puerto Rico #49C7AC
RGB
CMYK
RGB Variations
Color information
#49C7AC (or 0x49C7AC) is known color: Puerto Rico. HEX triplet: 49, C7 and AC. RGB value is (73,199,172). Sum of RGB (Red+Green+Blue) = 73+199+172=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #49C7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C7AC is #B63853. Grayscale: #9E9E9E. Windows color (decimal): -11941972 or 11323209. OLE color: 11323209.
HSL color Cylindrical-coordinate representation of color #49C7AC: hue angle of 167.14º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C7AC is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 172 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.22 |
| HSL | 167.14º | 0.53% | 0.53% | - |
| HSV(B) | 167.14º | 0.63% | 0.78% | - |
| XYZ | 30.62 | 45.24 | 46.15 | - |
| YUV | 158.25 | 135.76 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 172 | 0.63 | 0 | 0.14 | 0.22 | 167.14 | 0.53 | 0.53 |
| Hex | 49 | C7 | AC | 3F | 0 | E | 16 | A7 | 35 | 35 |
| Octal | 111 | 307 | 254 | 77 | 0 | 16 | 26 | 247 | 65 | 65 |
| Binary | 1001001 | 11000111 | 10101100 | 111111 | 0 | 1110 | 10110 | 10100111 | 110101 | 110101 |
Color Harmonies of #49C7AC
Complementary color
Monochromatic Colors of #49C7AC
Black with #49C7AC
Text Example
Text Example
White with #49C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C7AC; }
p { color: rgb(73,199,172); }
H1.HeaderClassName
{
color: #49C7AC;
}
.AnyTagClassName
{
color: #49C7AC;
}
</style>
background-color css
<style>
a { background-color: #49C7AC; }
a { background-color: rgb(73,199,172); }
div.DivClassName
{
background-color: #49C7AC;
}
.BgClassName
{
background-color: #49C7AC;
}
</style>
border-color css
<style>
span { border-color: #49C7AC; }
span { border-color: rgb(73,199,172); }
td.TdClassName
{
border-color: #49C7AC;
}
.TagClassName
{
border-color: #49C7AC;
}
</style>