Shades of Puerto Rico #49CDA9
Tints of Puerto Rico #49CDA9
RGB
CMYK
RGB Variations
Color information
#49CDA9 (or 0x49CDA9) is known color: Puerto Rico. HEX triplet: 49, CD and A9. RGB value is (73,205,169). Sum of RGB (Red+Green+Blue) = 73+205+169=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDA9 is #B63256. Grayscale: #A1A1A1. Windows color (decimal): -11940439 or 11128137. OLE color: 11128137.
HSL color Cylindrical-coordinate representation of color #49CDA9: hue angle of 163.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDA9 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 169 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.20 |
| HSL | 163.64º | 0.57% | 0.55% | - |
| HSV(B) | 163.64º | 0.64% | 0.8% | - |
| XYZ | 31.74 | 47.94 | 45.12 | - |
| YUV | 161.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 169 | 0.64 | 0 | 0.18 | 0.20 | 163.64 | 0.57 | 0.55 |
| Hex | 49 | CD | A9 | 40 | 0 | 12 | 14 | A4 | 39 | 37 |
| Octal | 111 | 315 | 251 | 100 | 0 | 22 | 24 | 244 | 71 | 67 |
| Binary | 1001001 | 11001101 | 10101001 | 1000000 | 0 | 10010 | 10100 | 10100100 | 111001 | 110111 |
Color Harmonies of #49CDA9
Complementary color
Monochromatic Colors of #49CDA9
Black with #49CDA9
Text Example
Text Example
White with #49CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDA9; }
p { color: rgb(73,205,169); }
H1.HeaderClassName
{
color: #49CDA9;
}
.AnyTagClassName
{
color: #49CDA9;
}
</style>
background-color css
<style>
a { background-color: #49CDA9; }
a { background-color: rgb(73,205,169); }
div.DivClassName
{
background-color: #49CDA9;
}
.BgClassName
{
background-color: #49CDA9;
}
</style>
border-color css
<style>
span { border-color: #49CDA9; }
span { border-color: rgb(73,205,169); }
td.TdClassName
{
border-color: #49CDA9;
}
.TagClassName
{
border-color: #49CDA9;
}
</style>