Shades of Puerto Rico #49C5A2
Tints of Puerto Rico #49C5A2
RGB
CMYK
RGB Variations
Color information
#49C5A2 (or 0x49C5A2) is known color: Puerto Rico. HEX triplet: 49, C5 and A2. RGB value is (73,197,162). Sum of RGB (Red+Green+Blue) = 73+197+162=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #49C5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C5A2 is #B63A5D. Grayscale: #9B9B9B. Windows color (decimal): -11942494 or 10667337. OLE color: 10667337.
HSL color Cylindrical-coordinate representation of color #49C5A2: hue angle of 163.06º 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 #49C5A2 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 162 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.23 |
| HSL | 163.06º | 0.52% | 0.53% | - |
| HSV(B) | 163.06º | 0.63% | 0.77% | - |
| XYZ | 29.24 | 43.96 | 41.13 | - |
| YUV | 155.93 | 131.42 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 162 | 0.63 | 0 | 0.18 | 0.23 | 163.06 | 0.52 | 0.53 |
| Hex | 49 | C5 | A2 | 3F | 0 | 12 | 17 | A3 | 34 | 35 |
| Octal | 111 | 305 | 242 | 77 | 0 | 22 | 27 | 243 | 64 | 65 |
| Binary | 1001001 | 11000101 | 10100010 | 111111 | 0 | 10010 | 10111 | 10100011 | 110100 | 110101 |
Color Harmonies of #49C5A2
Complementary color
Monochromatic Colors of #49C5A2
Black with #49C5A2
Text Example
Text Example
White with #49C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5A2; }
p { color: rgb(73,197,162); }
H1.HeaderClassName
{
color: #49C5A2;
}
.AnyTagClassName
{
color: #49C5A2;
}
</style>
background-color css
<style>
a { background-color: #49C5A2; }
a { background-color: rgb(73,197,162); }
div.DivClassName
{
background-color: #49C5A2;
}
.BgClassName
{
background-color: #49C5A2;
}
</style>
border-color css
<style>
span { border-color: #49C5A2; }
span { border-color: rgb(73,197,162); }
td.TdClassName
{
border-color: #49C5A2;
}
.TagClassName
{
border-color: #49C5A2;
}
</style>