Shades of Puerto Rico #49C5AA
Tints of Puerto Rico #49C5AA
RGB
CMYK
RGB Variations
Color information
#49C5AA (or 0x49C5AA) is known color: Puerto Rico. HEX triplet: 49, C5 and AA. RGB value is (73,197,170). Sum of RGB (Red+Green+Blue) = 73+197+170=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #49C5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C5AA is #B63A55. Grayscale: #9C9C9C. Windows color (decimal): -11942486 or 11191625. OLE color: 11191625.
HSL color Cylindrical-coordinate representation of color #49C5AA: hue angle of 166.94º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C5AA is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 170 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.23 |
| HSL | 166.94º | 0.52% | 0.53% | - |
| HSV(B) | 166.94º | 0.63% | 0.77% | - |
| XYZ | 29.97 | 44.25 | 44.99 | - |
| YUV | 156.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 170 | 0.63 | 0 | 0.14 | 0.23 | 166.94 | 0.52 | 0.53 |
| Hex | 49 | C5 | AA | 3F | 0 | E | 17 | A7 | 34 | 35 |
| Octal | 111 | 305 | 252 | 77 | 0 | 16 | 27 | 247 | 64 | 65 |
| Binary | 1001001 | 11000101 | 10101010 | 111111 | 0 | 1110 | 10111 | 10100111 | 110100 | 110101 |
Color Harmonies of #49C5AA
Complementary color
Monochromatic Colors of #49C5AA
Black with #49C5AA
Text Example
Text Example
White with #49C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5AA; }
p { color: rgb(73,197,170); }
H1.HeaderClassName
{
color: #49C5AA;
}
.AnyTagClassName
{
color: #49C5AA;
}
</style>
background-color css
<style>
a { background-color: #49C5AA; }
a { background-color: rgb(73,197,170); }
div.DivClassName
{
background-color: #49C5AA;
}
.BgClassName
{
background-color: #49C5AA;
}
</style>
border-color css
<style>
span { border-color: #49C5AA; }
span { border-color: rgb(73,197,170); }
td.TdClassName
{
border-color: #49C5AA;
}
.TagClassName
{
border-color: #49C5AA;
}
</style>