Shades of Puerto Rico #49AB9D
Tints of Puerto Rico #49AB9D
RGB
CMYK
RGB Variations
Color information
#49AB9D (or 0x49AB9D) is known color: Puerto Rico. HEX triplet: 49, AB and 9D. RGB value is (73,171,157). Sum of RGB (Red+Green+Blue) = 73+171+157=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB9D is #B65462. Grayscale: #8C8C8C. Windows color (decimal): -11949155 or 10333001. OLE color: 10333001.
HSL color Cylindrical-coordinate representation of color #49AB9D: hue angle of 171.43º 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 #49AB9D is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 157 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.33 |
| HSL | 171.43º | 0.4% | 0.48% | - |
| HSV(B) | 171.43º | 0.57% | 0.67% | - |
| XYZ | 23.4 | 32.98 | 37.03 | - |
| YUV | 140.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 157 | 0.57 | 0 | 0.08 | 0.33 | 171.43 | 0.4 | 0.48 |
| Hex | 49 | AB | 9D | 39 | 0 | 8 | 21 | AB | 28 | 30 |
| Octal | 111 | 253 | 235 | 71 | 0 | 10 | 41 | 253 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10011101 | 111001 | 0 | 1000 | 100001 | 10101011 | 101000 | 110000 |
Color Harmonies of #49AB9D
Complementary color
Monochromatic Colors of #49AB9D
Black with #49AB9D
Text Example
Text Example
White with #49AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB9D; }
p { color: rgb(73,171,157); }
H1.HeaderClassName
{
color: #49AB9D;
}
.AnyTagClassName
{
color: #49AB9D;
}
</style>
background-color css
<style>
a { background-color: #49AB9D; }
a { background-color: rgb(73,171,157); }
div.DivClassName
{
background-color: #49AB9D;
}
.BgClassName
{
background-color: #49AB9D;
}
</style>
border-color css
<style>
span { border-color: #49AB9D; }
span { border-color: rgb(73,171,157); }
td.TdClassName
{
border-color: #49AB9D;
}
.TagClassName
{
border-color: #49AB9D;
}
</style>