Shades of Ocean Green #4DAA83
Tints of Ocean Green #4DAA83
RGB
CMYK
RGB Variations
Color information
#4DAA83 (or 0x4DAA83) is known color: Ocean Green. HEX triplet: 4D, AA and 83. RGB value is (77,170,131). Sum of RGB (Red+Green+Blue) = 77+170+131=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA83 is #B2557C. Grayscale: #898989. Windows color (decimal): -11687293 or 8628813. OLE color: 8628813.
HSL color Cylindrical-coordinate representation of color #4DAA83: hue angle of 154.84º 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 #4DAA83 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 131 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.33 |
| HSL | 154.84º | 0.38% | 0.48% | - |
| HSV(B) | 154.84º | 0.55% | 0.67% | - |
| XYZ | 21.53 | 31.97 | 26.51 | - |
| YUV | 137.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 131 | 0.55 | 0 | 0.23 | 0.33 | 154.84 | 0.38 | 0.48 |
| Hex | 4D | AA | 83 | 37 | 0 | 17 | 21 | 9B | 26 | 30 |
| Octal | 115 | 252 | 203 | 67 | 0 | 27 | 41 | 233 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10000011 | 110111 | 0 | 10111 | 100001 | 10011011 | 100110 | 110000 |
Color Harmonies of #4DAA83
Complementary color
Monochromatic Colors of #4DAA83
Black with #4DAA83
Text Example
Text Example
White with #4DAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA83; }
p { color: rgb(77,170,131); }
H1.HeaderClassName
{
color: #4DAA83;
}
.AnyTagClassName
{
color: #4DAA83;
}
</style>
background-color css
<style>
a { background-color: #4DAA83; }
a { background-color: rgb(77,170,131); }
div.DivClassName
{
background-color: #4DAA83;
}
.BgClassName
{
background-color: #4DAA83;
}
</style>
border-color css
<style>
span { border-color: #4DAA83; }
span { border-color: rgb(77,170,131); }
td.TdClassName
{
border-color: #4DAA83;
}
.TagClassName
{
border-color: #4DAA83;
}
</style>