Shades of Puerto Rico #49B09B
Tints of Puerto Rico #49B09B
RGB
CMYK
RGB Variations
Color information
#49B09B (or 0x49B09B) is known color: Puerto Rico. HEX triplet: 49, B0 and 9B. RGB value is (73,176,155). Sum of RGB (Red+Green+Blue) = 73+176+155=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #49B09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B09B is #B64F64. Grayscale: #8E8E8E. Windows color (decimal): -11947877 or 10203209. OLE color: 10203209.
HSL color Cylindrical-coordinate representation of color #49B09B: hue angle of 167.77º 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 #49B09B is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 155 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.31 |
| HSL | 167.77º | 0.41% | 0.49% | - |
| HSV(B) | 167.77º | 0.59% | 0.69% | - |
| XYZ | 24.19 | 34.83 | 36.46 | - |
| YUV | 142.81 | 134.88 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 155 | 0.59 | 0 | 0.12 | 0.31 | 167.77 | 0.41 | 0.49 |
| Hex | 49 | B0 | 9B | 3B | 0 | C | 1F | A8 | 29 | 31 |
| Octal | 111 | 260 | 233 | 73 | 0 | 14 | 37 | 250 | 51 | 61 |
| Binary | 1001001 | 10110000 | 10011011 | 111011 | 0 | 1100 | 11111 | 10101000 | 101001 | 110001 |
Color Harmonies of #49B09B
Complementary color
Monochromatic Colors of #49B09B
Black with #49B09B
Text Example
Text Example
White with #49B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B09B; }
p { color: rgb(73,176,155); }
H1.HeaderClassName
{
color: #49B09B;
}
.AnyTagClassName
{
color: #49B09B;
}
</style>
background-color css
<style>
a { background-color: #49B09B; }
a { background-color: rgb(73,176,155); }
div.DivClassName
{
background-color: #49B09B;
}
.BgClassName
{
background-color: #49B09B;
}
</style>
border-color css
<style>
span { border-color: #49B09B; }
span { border-color: rgb(73,176,155); }
td.TdClassName
{
border-color: #49B09B;
}
.TagClassName
{
border-color: #49B09B;
}
</style>