Shades of Ocean Green #4DAA7B
Tints of Ocean Green #4DAA7B
RGB
CMYK
RGB Variations
Color information
#4DAA7B (or 0x4DAA7B) is known color: Ocean Green. HEX triplet: 4D, AA and 7B. RGB value is (77,170,123). Sum of RGB (Red+Green+Blue) = 77+170+123=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA7B is #B25584. Grayscale: #888888. Windows color (decimal): -11687301 or 8104525. OLE color: 8104525.
HSL color Cylindrical-coordinate representation of color #4DAA7B: hue angle of 149.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA7B is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 123 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.33 |
| HSL | 149.68º | 0.38% | 0.48% | - |
| HSV(B) | 149.68º | 0.55% | 0.67% | - |
| XYZ | 21.01 | 31.76 | 23.76 | - |
| YUV | 136.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 123 | 0.55 | 0 | 0.28 | 0.33 | 149.68 | 0.38 | 0.48 |
| Hex | 4D | AA | 7B | 37 | 0 | 1C | 21 | 96 | 26 | 30 |
| Octal | 115 | 252 | 173 | 67 | 0 | 34 | 41 | 226 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1111011 | 110111 | 0 | 11100 | 100001 | 10010110 | 100110 | 110000 |
Color Harmonies of #4DAA7B
Complementary color
Monochromatic Colors of #4DAA7B
Black with #4DAA7B
Text Example
Text Example
White with #4DAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA7B; }
p { color: rgb(77,170,123); }
H1.HeaderClassName
{
color: #4DAA7B;
}
.AnyTagClassName
{
color: #4DAA7B;
}
</style>
background-color css
<style>
a { background-color: #4DAA7B; }
a { background-color: rgb(77,170,123); }
div.DivClassName
{
background-color: #4DAA7B;
}
.BgClassName
{
background-color: #4DAA7B;
}
</style>
border-color css
<style>
span { border-color: #4DAA7B; }
span { border-color: rgb(77,170,123); }
td.TdClassName
{
border-color: #4DAA7B;
}
.TagClassName
{
border-color: #4DAA7B;
}
</style>