Shades of Ocean Green #49AD7B
Tints of Ocean Green #49AD7B
RGB
CMYK
RGB Variations
Color information
#49AD7B (or 0x49AD7B) is known color: Ocean Green. HEX triplet: 49, AD and 7B. RGB value is (73,173,123). Sum of RGB (Red+Green+Blue) = 73+173+123=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD7B is #B65284. Grayscale: #898989. Windows color (decimal): -11948677 or 8105289. OLE color: 8105289.
HSL color Cylindrical-coordinate representation of color #49AD7B: hue angle of 150º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD7B is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 123 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.32 |
| HSL | 150º | 0.41% | 0.48% | - |
| HSV(B) | 150º | 0.58% | 0.68% | - |
| XYZ | 21.27 | 32.73 | 23.94 | - |
| YUV | 137.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 123 | 0.58 | 0 | 0.29 | 0.32 | 150 | 0.41 | 0.48 |
| Hex | 49 | AD | 7B | 3A | 0 | 1D | 20 | 96 | 29 | 30 |
| Octal | 111 | 255 | 173 | 72 | 0 | 35 | 40 | 226 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1111011 | 111010 | 0 | 11101 | 100000 | 10010110 | 101001 | 110000 |
Color Harmonies of #49AD7B
Complementary color
Monochromatic Colors of #49AD7B
Black with #49AD7B
Text Example
Text Example
White with #49AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD7B; }
p { color: rgb(73,173,123); }
H1.HeaderClassName
{
color: #49AD7B;
}
.AnyTagClassName
{
color: #49AD7B;
}
</style>
background-color css
<style>
a { background-color: #49AD7B; }
a { background-color: rgb(73,173,123); }
div.DivClassName
{
background-color: #49AD7B;
}
.BgClassName
{
background-color: #49AD7B;
}
</style>
border-color css
<style>
span { border-color: #49AD7B; }
span { border-color: rgb(73,173,123); }
td.TdClassName
{
border-color: #49AD7B;
}
.TagClassName
{
border-color: #49AD7B;
}
</style>