Shades of Puerto Rico #49C0AA
Tints of Puerto Rico #49C0AA
RGB
CMYK
RGB Variations
Color information
#49C0AA (or 0x49C0AA) is known color: Puerto Rico. HEX triplet: 49, C0 and AA. RGB value is (73,192,170). Sum of RGB (Red+Green+Blue) = 73+192+170=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C0AA is #B63F55. Grayscale: #999999. Windows color (decimal): -11943766 or 11190345. OLE color: 11190345.
HSL color Cylindrical-coordinate representation of color #49C0AA: hue angle of 168.91º 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 #49C0AA is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 170 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.25 |
| HSL | 168.91º | 0.49% | 0.52% | - |
| HSV(B) | 168.91º | 0.62% | 0.75% | - |
| XYZ | 28.85 | 42.02 | 44.62 | - |
| YUV | 153.91 | 137.08 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 170 | 0.62 | 0 | 0.11 | 0.25 | 168.91 | 0.49 | 0.52 |
| Hex | 49 | C0 | AA | 3E | 0 | B | 19 | A9 | 31 | 34 |
| Octal | 111 | 300 | 252 | 76 | 0 | 13 | 31 | 251 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10101010 | 111110 | 0 | 1011 | 11001 | 10101001 | 110001 | 110100 |
Color Harmonies of #49C0AA
Complementary color
Monochromatic Colors of #49C0AA
Black with #49C0AA
Text Example
Text Example
White with #49C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C0AA; }
p { color: rgb(73,192,170); }
H1.HeaderClassName
{
color: #49C0AA;
}
.AnyTagClassName
{
color: #49C0AA;
}
</style>
background-color css
<style>
a { background-color: #49C0AA; }
a { background-color: rgb(73,192,170); }
div.DivClassName
{
background-color: #49C0AA;
}
.BgClassName
{
background-color: #49C0AA;
}
</style>
border-color css
<style>
span { border-color: #49C0AA; }
span { border-color: rgb(73,192,170); }
td.TdClassName
{
border-color: #49C0AA;
}
.TagClassName
{
border-color: #49C0AA;
}
</style>