Shades of Puerto Rico #49C7AB
Tints of Puerto Rico #49C7AB
RGB
CMYK
RGB Variations
Color information
#49C7AB (or 0x49C7AB) is known color: Puerto Rico. HEX triplet: 49, C7 and AB. RGB value is (73,199,171). Sum of RGB (Red+Green+Blue) = 73+199+171=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #49C7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C7AB is #B63854. Grayscale: #9E9E9E. Windows color (decimal): -11941973 or 11257673. OLE color: 11257673.
HSL color Cylindrical-coordinate representation of color #49C7AB: hue angle of 166.67º 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 #49C7AB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 171 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.22 |
| HSL | 166.67º | 0.53% | 0.53% | - |
| HSV(B) | 166.67º | 0.63% | 0.78% | - |
| XYZ | 30.52 | 45.2 | 45.64 | - |
| YUV | 158.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 171 | 0.63 | 0 | 0.14 | 0.22 | 166.67 | 0.53 | 0.53 |
| Hex | 49 | C7 | AB | 3F | 0 | E | 16 | A7 | 35 | 35 |
| Octal | 111 | 307 | 253 | 77 | 0 | 16 | 26 | 247 | 65 | 65 |
| Binary | 1001001 | 11000111 | 10101011 | 111111 | 0 | 1110 | 10110 | 10100111 | 110101 | 110101 |
Color Harmonies of #49C7AB
Complementary color
Monochromatic Colors of #49C7AB
Black with #49C7AB
Text Example
Text Example
White with #49C7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C7AB; }
p { color: rgb(73,199,171); }
H1.HeaderClassName
{
color: #49C7AB;
}
.AnyTagClassName
{
color: #49C7AB;
}
</style>
background-color css
<style>
a { background-color: #49C7AB; }
a { background-color: rgb(73,199,171); }
div.DivClassName
{
background-color: #49C7AB;
}
.BgClassName
{
background-color: #49C7AB;
}
</style>
border-color css
<style>
span { border-color: #49C7AB; }
span { border-color: rgb(73,199,171); }
td.TdClassName
{
border-color: #49C7AB;
}
.TagClassName
{
border-color: #49C7AB;
}
</style>