Shades of Ocean Green #499D7B
Tints of Ocean Green #499D7B
RGB
CMYK
RGB Variations
Color information
#499D7B (or 0x499D7B) is known color: Ocean Green. HEX triplet: 49, 9D and 7B. RGB value is (73,157,123). Sum of RGB (Red+Green+Blue) = 73+157+123=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #499D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D7B is #B66284. Grayscale: #808080. Windows color (decimal): -11952773 or 8101193. OLE color: 8101193.
HSL color Cylindrical-coordinate representation of color #499D7B: hue angle of 155.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D7B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 123 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.38 |
| HSL | 155.71º | 0.37% | 0.45% | - |
| HSV(B) | 155.71º | 0.54% | 0.62% | - |
| XYZ | 18.38 | 26.96 | 22.97 | - |
| YUV | 128.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 123 | 0.54 | 0 | 0.22 | 0.38 | 155.71 | 0.37 | 0.45 |
| Hex | 49 | 9D | 7B | 36 | 0 | 16 | 26 | 9C | 25 | 2D |
| Octal | 111 | 235 | 173 | 66 | 0 | 26 | 46 | 234 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1111011 | 110110 | 0 | 10110 | 100110 | 10011100 | 100101 | 101101 |
Color Harmonies of #499D7B
Complementary color
Monochromatic Colors of #499D7B
Black with #499D7B
Text Example
Text Example
White with #499D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D7B; }
p { color: rgb(73,157,123); }
H1.HeaderClassName
{
color: #499D7B;
}
.AnyTagClassName
{
color: #499D7B;
}
</style>
background-color css
<style>
a { background-color: #499D7B; }
a { background-color: rgb(73,157,123); }
div.DivClassName
{
background-color: #499D7B;
}
.BgClassName
{
background-color: #499D7B;
}
</style>
border-color css
<style>
span { border-color: #499D7B; }
span { border-color: rgb(73,157,123); }
td.TdClassName
{
border-color: #499D7B;
}
.TagClassName
{
border-color: #499D7B;
}
</style>