Shades of Puerto Rico #49C0A1
Tints of Puerto Rico #49C0A1
RGB
CMYK
RGB Variations
Color information
#49C0A1 (or 0x49C0A1) is known color: Puerto Rico. HEX triplet: 49, C0 and A1. RGB value is (73,192,161). Sum of RGB (Red+Green+Blue) = 73+192+161=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C0A1 is #B63F5E. Grayscale: #989898. Windows color (decimal): -11943775 or 10600521. OLE color: 10600521.
HSL color Cylindrical-coordinate representation of color #49C0A1: hue angle of 164.37º 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 #49C0A1 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 161 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.25 |
| HSL | 164.37º | 0.49% | 0.52% | - |
| HSV(B) | 164.37º | 0.62% | 0.75% | - |
| XYZ | 28.03 | 41.69 | 40.29 | - |
| YUV | 152.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 161 | 0.62 | 0 | 0.16 | 0.25 | 164.37 | 0.49 | 0.52 |
| Hex | 49 | C0 | A1 | 3E | 0 | 10 | 19 | A4 | 31 | 34 |
| Octal | 111 | 300 | 241 | 76 | 0 | 20 | 31 | 244 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10100001 | 111110 | 0 | 10000 | 11001 | 10100100 | 110001 | 110100 |
Color Harmonies of #49C0A1
Complementary color
Monochromatic Colors of #49C0A1
Black with #49C0A1
Text Example
Text Example
White with #49C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0A1; }
p { color: rgb(73,192,161); }
H1.HeaderClassName
{
color: #49C0A1;
}
.AnyTagClassName
{
color: #49C0A1;
}
</style>
background-color css
<style>
a { background-color: #49C0A1; }
a { background-color: rgb(73,192,161); }
div.DivClassName
{
background-color: #49C0A1;
}
.BgClassName
{
background-color: #49C0A1;
}
</style>
border-color css
<style>
span { border-color: #49C0A1; }
span { border-color: rgb(73,192,161); }
td.TdClassName
{
border-color: #49C0A1;
}
.TagClassName
{
border-color: #49C0A1;
}
</style>