Shades of Puerto Rico #49AF98
Tints of Puerto Rico #49AF98
RGB
CMYK
RGB Variations
Color information
#49AF98 (or 0x49AF98) is known color: Puerto Rico. HEX triplet: 49, AF and 98. RGB value is (73,175,152). Sum of RGB (Red+Green+Blue) = 73+175+152=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF98 is #B65067. Grayscale: #8D8D8D. Windows color (decimal): -11948136 or 10006345. OLE color: 10006345.
HSL color Cylindrical-coordinate representation of color #49AF98: hue angle of 166.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF98 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 152 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.31 |
| HSL | 166.47º | 0.41% | 0.49% | - |
| HSV(B) | 166.47º | 0.58% | 0.69% | - |
| XYZ | 23.75 | 34.34 | 35.08 | - |
| YUV | 141.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 152 | 0.58 | 0 | 0.13 | 0.31 | 166.47 | 0.41 | 0.49 |
| Hex | 49 | AF | 98 | 3A | 0 | D | 1F | A6 | 29 | 31 |
| Octal | 111 | 257 | 230 | 72 | 0 | 15 | 37 | 246 | 51 | 61 |
| Binary | 1001001 | 10101111 | 10011000 | 111010 | 0 | 1101 | 11111 | 10100110 | 101001 | 110001 |
Color Harmonies of #49AF98
Complementary color
Monochromatic Colors of #49AF98
Black with #49AF98
Text Example
Text Example
White with #49AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF98; }
p { color: rgb(73,175,152); }
H1.HeaderClassName
{
color: #49AF98;
}
.AnyTagClassName
{
color: #49AF98;
}
</style>
background-color css
<style>
a { background-color: #49AF98; }
a { background-color: rgb(73,175,152); }
div.DivClassName
{
background-color: #49AF98;
}
.BgClassName
{
background-color: #49AF98;
}
</style>
border-color css
<style>
span { border-color: #49AF98; }
span { border-color: rgb(73,175,152); }
td.TdClassName
{
border-color: #49AF98;
}
.TagClassName
{
border-color: #49AF98;
}
</style>