Shades of Puerto Rico #49C1AB
Tints of Puerto Rico #49C1AB
RGB
CMYK
RGB Variations
Color information
#49C1AB (or 0x49C1AB) is known color: Puerto Rico. HEX triplet: 49, C1 and AB. RGB value is (73,193,171). Sum of RGB (Red+Green+Blue) = 73+193+171=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #49C1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C1AB is #B63E54. Grayscale: #9A9A9A. Windows color (decimal): -11943509 or 11256137. OLE color: 11256137.
HSL color Cylindrical-coordinate representation of color #49C1AB: hue angle of 169º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C1AB is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 171 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.24 |
| HSL | 169º | 0.49% | 0.52% | - |
| HSV(B) | 169º | 0.62% | 0.76% | - |
| XYZ | 29.17 | 42.5 | 45.19 | - |
| YUV | 154.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 171 | 0.62 | 0 | 0.11 | 0.24 | 169 | 0.49 | 0.52 |
| Hex | 49 | C1 | AB | 3E | 0 | B | 18 | A9 | 31 | 34 |
| Octal | 111 | 301 | 253 | 76 | 0 | 13 | 30 | 251 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10101011 | 111110 | 0 | 1011 | 11000 | 10101001 | 110001 | 110100 |
Color Harmonies of #49C1AB
Complementary color
Monochromatic Colors of #49C1AB
Black with #49C1AB
Text Example
Text Example
White with #49C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1AB; }
p { color: rgb(73,193,171); }
H1.HeaderClassName
{
color: #49C1AB;
}
.AnyTagClassName
{
color: #49C1AB;
}
</style>
background-color css
<style>
a { background-color: #49C1AB; }
a { background-color: rgb(73,193,171); }
div.DivClassName
{
background-color: #49C1AB;
}
.BgClassName
{
background-color: #49C1AB;
}
</style>
border-color css
<style>
span { border-color: #49C1AB; }
span { border-color: rgb(73,193,171); }
td.TdClassName
{
border-color: #49C1AB;
}
.TagClassName
{
border-color: #49C1AB;
}
</style>