Shades of Puerto Rico #49AB99
Tints of Puerto Rico #49AB99
RGB
CMYK
RGB Variations
Color information
#49AB99 (or 0x49AB99) is known color: Puerto Rico. HEX triplet: 49, AB and 99. RGB value is (73,171,153). Sum of RGB (Red+Green+Blue) = 73+171+153=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB99 is #B65466. Grayscale: #8B8B8B. Windows color (decimal): -11949159 or 10070857. OLE color: 10070857.
HSL color Cylindrical-coordinate representation of color #49AB99: hue angle of 168.98º 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 #49AB99 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 153 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.33 |
| HSL | 168.98º | 0.4% | 0.48% | - |
| HSV(B) | 168.98º | 0.57% | 0.67% | - |
| XYZ | 23.06 | 32.84 | 35.26 | - |
| YUV | 139.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 153 | 0.57 | 0 | 0.11 | 0.33 | 168.98 | 0.4 | 0.48 |
| Hex | 49 | AB | 99 | 39 | 0 | B | 21 | A9 | 28 | 30 |
| Octal | 111 | 253 | 231 | 71 | 0 | 13 | 41 | 251 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10011001 | 111001 | 0 | 1011 | 100001 | 10101001 | 101000 | 110000 |
Color Harmonies of #49AB99
Complementary color
Monochromatic Colors of #49AB99
Black with #49AB99
Text Example
Text Example
White with #49AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB99; }
p { color: rgb(73,171,153); }
H1.HeaderClassName
{
color: #49AB99;
}
.AnyTagClassName
{
color: #49AB99;
}
</style>
background-color css
<style>
a { background-color: #49AB99; }
a { background-color: rgb(73,171,153); }
div.DivClassName
{
background-color: #49AB99;
}
.BgClassName
{
background-color: #49AB99;
}
</style>
border-color css
<style>
span { border-color: #49AB99; }
span { border-color: rgb(73,171,153); }
td.TdClassName
{
border-color: #49AB99;
}
.TagClassName
{
border-color: #49AB99;
}
</style>