Shades of Puerto Rico #49B3A0
Tints of Puerto Rico #49B3A0
RGB
CMYK
RGB Variations
Color information
#49B3A0 (or 0x49B3A0) is known color: Puerto Rico. HEX triplet: 49, B3 and A0. RGB value is (73,179,160). Sum of RGB (Red+Green+Blue) = 73+179+160=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #49B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B3A0 is #B64C5F. Grayscale: #919191. Windows color (decimal): -11947104 or 10531657. OLE color: 10531657.
HSL color Cylindrical-coordinate representation of color #49B3A0: hue angle of 169.25º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B3A0 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 160 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.30 |
| HSL | 169.25º | 0.42% | 0.49% | - |
| HSV(B) | 169.25º | 0.59% | 0.7% | - |
| XYZ | 25.21 | 36.19 | 38.92 | - |
| YUV | 145.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 160 | 0.59 | 0 | 0.11 | 0.30 | 169.25 | 0.42 | 0.49 |
| Hex | 49 | B3 | A0 | 3B | 0 | B | 1E | A9 | 2A | 31 |
| Octal | 111 | 263 | 240 | 73 | 0 | 13 | 36 | 251 | 52 | 61 |
| Binary | 1001001 | 10110011 | 10100000 | 111011 | 0 | 1011 | 11110 | 10101001 | 101010 | 110001 |
Color Harmonies of #49B3A0
Complementary color
Monochromatic Colors of #49B3A0
Black with #49B3A0
Text Example
Text Example
White with #49B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B3A0; }
p { color: rgb(73,179,160); }
H1.HeaderClassName
{
color: #49B3A0;
}
.AnyTagClassName
{
color: #49B3A0;
}
</style>
background-color css
<style>
a { background-color: #49B3A0; }
a { background-color: rgb(73,179,160); }
div.DivClassName
{
background-color: #49B3A0;
}
.BgClassName
{
background-color: #49B3A0;
}
</style>
border-color css
<style>
span { border-color: #49B3A0; }
span { border-color: rgb(73,179,160); }
td.TdClassName
{
border-color: #49B3A0;
}
.TagClassName
{
border-color: #49B3A0;
}
</style>