Shades of Puerto Rico #49AAA0
Tints of Puerto Rico #49AAA0
RGB
CMYK
RGB Variations
Color information
#49AAA0 (or 0x49AAA0) is known color: Puerto Rico. HEX triplet: 49, AA and A0. RGB value is (73,170,160). Sum of RGB (Red+Green+Blue) = 73+170+160=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #49AAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAA0 is #B6555F. Grayscale: #8B8B8B. Windows color (decimal): -11949408 or 10529353. OLE color: 10529353.
HSL color Cylindrical-coordinate representation of color #49AAA0: hue angle of 173.81º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AAA0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 160 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.33 |
| HSL | 173.81º | 0.4% | 0.48% | - |
| HSV(B) | 173.81º | 0.57% | 0.67% | - |
| XYZ | 23.47 | 32.7 | 38.33 | - |
| YUV | 139.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 160 | 0.57 | 0 | 0.06 | 0.33 | 173.81 | 0.4 | 0.48 |
| Hex | 49 | AA | A0 | 39 | 0 | 6 | 21 | AE | 28 | 30 |
| Octal | 111 | 252 | 240 | 71 | 0 | 6 | 41 | 256 | 50 | 60 |
| Binary | 1001001 | 10101010 | 10100000 | 111001 | 0 | 110 | 100001 | 10101110 | 101000 | 110000 |
Color Harmonies of #49AAA0
Complementary color
Monochromatic Colors of #49AAA0
Black with #49AAA0
Text Example
Text Example
White with #49AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AAA0; }
p { color: rgb(73,170,160); }
H1.HeaderClassName
{
color: #49AAA0;
}
.AnyTagClassName
{
color: #49AAA0;
}
</style>
background-color css
<style>
a { background-color: #49AAA0; }
a { background-color: rgb(73,170,160); }
div.DivClassName
{
background-color: #49AAA0;
}
.BgClassName
{
background-color: #49AAA0;
}
</style>
border-color css
<style>
span { border-color: #49AAA0; }
span { border-color: rgb(73,170,160); }
td.TdClassName
{
border-color: #49AAA0;
}
.TagClassName
{
border-color: #49AAA0;
}
</style>