Shades of Ocean Green #499B7B
Tints of Ocean Green #499B7B
RGB
CMYK
RGB Variations
Color information
#499B7B (or 0x499B7B) is known color: Ocean Green. HEX triplet: 49, 9B and 7B. RGB value is (73,155,123). Sum of RGB (Red+Green+Blue) = 73+155+123=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #499B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B7B is #B66484. Grayscale: #7E7E7E. Windows color (decimal): -11953285 or 8100681. OLE color: 8100681.
HSL color Cylindrical-coordinate representation of color #499B7B: hue angle of 156.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B7B is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 123 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.39 |
| HSL | 156.59º | 0.36% | 0.45% | - |
| HSV(B) | 156.59º | 0.53% | 0.61% | - |
| XYZ | 18.04 | 26.29 | 22.86 | - |
| YUV | 126.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 123 | 0.53 | 0 | 0.21 | 0.39 | 156.59 | 0.36 | 0.45 |
| Hex | 49 | 9B | 7B | 35 | 0 | 15 | 27 | 9D | 24 | 2D |
| Octal | 111 | 233 | 173 | 65 | 0 | 25 | 47 | 235 | 44 | 55 |
| Binary | 1001001 | 10011011 | 1111011 | 110101 | 0 | 10101 | 100111 | 10011101 | 100100 | 101101 |
Color Harmonies of #499B7B
Complementary color
Monochromatic Colors of #499B7B
Black with #499B7B
Text Example
Text Example
White with #499B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B7B; }
p { color: rgb(73,155,123); }
H1.HeaderClassName
{
color: #499B7B;
}
.AnyTagClassName
{
color: #499B7B;
}
</style>
background-color css
<style>
a { background-color: #499B7B; }
a { background-color: rgb(73,155,123); }
div.DivClassName
{
background-color: #499B7B;
}
.BgClassName
{
background-color: #499B7B;
}
</style>
border-color css
<style>
span { border-color: #499B7B; }
span { border-color: rgb(73,155,123); }
td.TdClassName
{
border-color: #499B7B;
}
.TagClassName
{
border-color: #499B7B;
}
</style>