Shades of Puerto Rico #49B098
Tints of Puerto Rico #49B098
RGB
CMYK
RGB Variations
Color information
#49B098 (or 0x49B098) is known color: Puerto Rico. HEX triplet: 49, B0 and 98. RGB value is (73,176,152). Sum of RGB (Red+Green+Blue) = 73+176+152=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #49B098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B098 is #B64F67. Grayscale: #8E8E8E. Windows color (decimal): -11947880 or 10006601. OLE color: 10006601.
HSL color Cylindrical-coordinate representation of color #49B098: hue angle of 166.02º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B098 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 152 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.31 |
| HSL | 166.02º | 0.41% | 0.49% | - |
| HSV(B) | 166.02º | 0.59% | 0.69% | - |
| XYZ | 23.94 | 34.73 | 35.15 | - |
| YUV | 142.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 152 | 0.59 | 0 | 0.14 | 0.31 | 166.02 | 0.41 | 0.49 |
| Hex | 49 | B0 | 98 | 3B | 0 | E | 1F | A6 | 29 | 31 |
| Octal | 111 | 260 | 230 | 73 | 0 | 16 | 37 | 246 | 51 | 61 |
| Binary | 1001001 | 10110000 | 10011000 | 111011 | 0 | 1110 | 11111 | 10100110 | 101001 | 110001 |
Color Harmonies of #49B098
Complementary color
Monochromatic Colors of #49B098
Black with #49B098
Text Example
Text Example
White with #49B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B098; }
p { color: rgb(73,176,152); }
H1.HeaderClassName
{
color: #49B098;
}
.AnyTagClassName
{
color: #49B098;
}
</style>
background-color css
<style>
a { background-color: #49B098; }
a { background-color: rgb(73,176,152); }
div.DivClassName
{
background-color: #49B098;
}
.BgClassName
{
background-color: #49B098;
}
</style>
border-color css
<style>
span { border-color: #49B098; }
span { border-color: rgb(73,176,152); }
td.TdClassName
{
border-color: #49B098;
}
.TagClassName
{
border-color: #49B098;
}
</style>