Shades of Puerto Rico #49B0A0
Tints of Puerto Rico #49B0A0
RGB
CMYK
RGB Variations
Color information
#49B0A0 (or 0x49B0A0) is known color: Puerto Rico. HEX triplet: 49, B0 and A0. RGB value is (73,176,160). Sum of RGB (Red+Green+Blue) = 73+176+160=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #49B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B0A0 is #B64F5F. Grayscale: #8F8F8F. Windows color (decimal): -11947872 or 10530889. OLE color: 10530889.
HSL color Cylindrical-coordinate representation of color #49B0A0: hue angle of 170.68º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B0A0 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 160 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.31 |
| HSL | 170.68º | 0.41% | 0.49% | - |
| HSV(B) | 170.68º | 0.59% | 0.69% | - |
| XYZ | 24.62 | 35.01 | 38.72 | - |
| YUV | 143.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 160 | 0.59 | 0 | 0.09 | 0.31 | 170.68 | 0.41 | 0.49 |
| Hex | 49 | B0 | A0 | 3B | 0 | 9 | 1F | AB | 29 | 31 |
| Octal | 111 | 260 | 240 | 73 | 0 | 11 | 37 | 253 | 51 | 61 |
| Binary | 1001001 | 10110000 | 10100000 | 111011 | 0 | 1001 | 11111 | 10101011 | 101001 | 110001 |
Color Harmonies of #49B0A0
Complementary color
Monochromatic Colors of #49B0A0
Black with #49B0A0
Text Example
Text Example
White with #49B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B0A0; }
p { color: rgb(73,176,160); }
H1.HeaderClassName
{
color: #49B0A0;
}
.AnyTagClassName
{
color: #49B0A0;
}
</style>
background-color css
<style>
a { background-color: #49B0A0; }
a { background-color: rgb(73,176,160); }
div.DivClassName
{
background-color: #49B0A0;
}
.BgClassName
{
background-color: #49B0A0;
}
</style>
border-color css
<style>
span { border-color: #49B0A0; }
span { border-color: rgb(73,176,160); }
td.TdClassName
{
border-color: #49B0A0;
}
.TagClassName
{
border-color: #49B0A0;
}
</style>