Shades of Puerto Rico #49AB9F
Tints of Puerto Rico #49AB9F
RGB
CMYK
RGB Variations
Color information
#49AB9F (or 0x49AB9F) is known color: Puerto Rico. HEX triplet: 49, AB and 9F. RGB value is (73,171,159). Sum of RGB (Red+Green+Blue) = 73+171+159=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB9F is #B65460. Grayscale: #8C8C8C. Windows color (decimal): -11949153 or 10464073. OLE color: 10464073.
HSL color Cylindrical-coordinate representation of color #49AB9F: hue angle of 172.65º 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 #49AB9F is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 159 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.33 |
| HSL | 172.65º | 0.4% | 0.48% | - |
| HSV(B) | 172.65º | 0.57% | 0.67% | - |
| XYZ | 23.57 | 33.05 | 37.94 | - |
| YUV | 140.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 159 | 0.57 | 0 | 0.07 | 0.33 | 172.65 | 0.4 | 0.48 |
| Hex | 49 | AB | 9F | 39 | 0 | 7 | 21 | AD | 28 | 30 |
| Octal | 111 | 253 | 237 | 71 | 0 | 7 | 41 | 255 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10011111 | 111001 | 0 | 111 | 100001 | 10101101 | 101000 | 110000 |
Color Harmonies of #49AB9F
Complementary color
Monochromatic Colors of #49AB9F
Black with #49AB9F
Text Example
Text Example
White with #49AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB9F; }
p { color: rgb(73,171,159); }
H1.HeaderClassName
{
color: #49AB9F;
}
.AnyTagClassName
{
color: #49AB9F;
}
</style>
background-color css
<style>
a { background-color: #49AB9F; }
a { background-color: rgb(73,171,159); }
div.DivClassName
{
background-color: #49AB9F;
}
.BgClassName
{
background-color: #49AB9F;
}
</style>
border-color css
<style>
span { border-color: #49AB9F; }
span { border-color: rgb(73,171,159); }
td.TdClassName
{
border-color: #49AB9F;
}
.TagClassName
{
border-color: #49AB9F;
}
</style>