Shades of Puerto Rico #49CCA6
Tints of Puerto Rico #49CCA6
RGB
CMYK
RGB Variations
Color information
#49CCA6 (or 0x49CCA6) is known color: Puerto Rico. HEX triplet: 49, CC and A6. RGB value is (73,204,166). Sum of RGB (Red+Green+Blue) = 73+204+166=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CCA6 is #B63359. Grayscale: #A0A0A0. Windows color (decimal): -11940698 or 10931273. OLE color: 10931273.
HSL color Cylindrical-coordinate representation of color #49CCA6: hue angle of 162.6º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCA6 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 166 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.2 |
| HSL | 162.6º | 0.56% | 0.54% | - |
| HSV(B) | 162.6º | 0.64% | 0.8% | - |
| XYZ | 31.22 | 47.36 | 43.57 | - |
| YUV | 160.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 166 | 0.64 | 0 | 0.19 | 0.2 | 162.6 | 0.56 | 0.54 |
| Hex | 49 | CC | A6 | 40 | 0 | 13 | 14 | A3 | 38 | 36 |
| Octal | 111 | 314 | 246 | 100 | 0 | 23 | 24 | 243 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10100110 | 1000000 | 0 | 10011 | 10100 | 10100011 | 111000 | 110110 |
Color Harmonies of #49CCA6
Complementary color
Monochromatic Colors of #49CCA6
Black with #49CCA6
Text Example
Text Example
White with #49CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCA6; }
p { color: rgb(73,204,166); }
H1.HeaderClassName
{
color: #49CCA6;
}
.AnyTagClassName
{
color: #49CCA6;
}
</style>
background-color css
<style>
a { background-color: #49CCA6; }
a { background-color: rgb(73,204,166); }
div.DivClassName
{
background-color: #49CCA6;
}
.BgClassName
{
background-color: #49CCA6;
}
</style>
border-color css
<style>
span { border-color: #49CCA6; }
span { border-color: rgb(73,204,166); }
td.TdClassName
{
border-color: #49CCA6;
}
.TagClassName
{
border-color: #49CCA6;
}
</style>