Shades of Puerto Rico #49CBA9
Tints of Puerto Rico #49CBA9
RGB
CMYK
RGB Variations
Color information
#49CBA9 (or 0x49CBA9) is known color: Puerto Rico. HEX triplet: 49, CB and A9. RGB value is (73,203,169). Sum of RGB (Red+Green+Blue) = 73+203+169=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #49CBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CBA9 is #B63456. Grayscale: #A0A0A0. Windows color (decimal): -11940951 or 11127625. OLE color: 11127625.
HSL color Cylindrical-coordinate representation of color #49CBA9: hue angle of 164.31º 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 #49CBA9 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 203 | 169 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.20 |
| HSL | 164.31º | 0.56% | 0.54% | - |
| HSV(B) | 164.31º | 0.64% | 0.8% | - |
| XYZ | 31.27 | 46.99 | 44.96 | - |
| YUV | 160.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 203 | 169 | 0.64 | 0 | 0.17 | 0.20 | 164.31 | 0.56 | 0.54 |
| Hex | 49 | CB | A9 | 40 | 0 | 11 | 14 | A4 | 38 | 36 |
| Octal | 111 | 313 | 251 | 100 | 0 | 21 | 24 | 244 | 70 | 66 |
| Binary | 1001001 | 11001011 | 10101001 | 1000000 | 0 | 10001 | 10100 | 10100100 | 111000 | 110110 |
Color Harmonies of #49CBA9
Complementary color
Monochromatic Colors of #49CBA9
Black with #49CBA9
Text Example
Text Example
White with #49CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CBA9; }
p { color: rgb(73,203,169); }
H1.HeaderClassName
{
color: #49CBA9;
}
.AnyTagClassName
{
color: #49CBA9;
}
</style>
background-color css
<style>
a { background-color: #49CBA9; }
a { background-color: rgb(73,203,169); }
div.DivClassName
{
background-color: #49CBA9;
}
.BgClassName
{
background-color: #49CBA9;
}
</style>
border-color css
<style>
span { border-color: #49CBA9; }
span { border-color: rgb(73,203,169); }
td.TdClassName
{
border-color: #49CBA9;
}
.TagClassName
{
border-color: #49CBA9;
}
</style>