Shades of Ocean Green #4DAE6C
Tints of Ocean Green #4DAE6C
RGB
CMYK
RGB Variations
Color information
#4DAE6C (or 0x4DAE6C) is known color: Ocean Green. HEX triplet: 4D, AE and 6C. RGB value is (77,174,108). Sum of RGB (Red+Green+Blue) = 77+174+108=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE6C is #B25193. Grayscale: #898989. Windows color (decimal): -11686292 or 7122509. OLE color: 7122509.
HSL color Cylindrical-coordinate representation of color #4DAE6C: hue angle of 139.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE6C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 108 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.32 |
| HSL | 139.18º | 0.39% | 0.49% | - |
| HSV(B) | 139.18º | 0.56% | 0.68% | - |
| XYZ | 20.9 | 32.93 | 19.44 | - |
| YUV | 137.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 108 | 0.56 | 0 | 0.38 | 0.32 | 139.18 | 0.39 | 0.49 |
| Hex | 4D | AE | 6C | 38 | 0 | 26 | 20 | 8B | 27 | 31 |
| Octal | 115 | 256 | 154 | 70 | 0 | 46 | 40 | 213 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1101100 | 111000 | 0 | 100110 | 100000 | 10001011 | 100111 | 110001 |
Color Harmonies of #4DAE6C
Complementary color
Monochromatic Colors of #4DAE6C
Black with #4DAE6C
Text Example
Text Example
White with #4DAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE6C; }
p { color: rgb(77,174,108); }
H1.HeaderClassName
{
color: #4DAE6C;
}
.AnyTagClassName
{
color: #4DAE6C;
}
</style>
background-color css
<style>
a { background-color: #4DAE6C; }
a { background-color: rgb(77,174,108); }
div.DivClassName
{
background-color: #4DAE6C;
}
.BgClassName
{
background-color: #4DAE6C;
}
</style>
border-color css
<style>
span { border-color: #4DAE6C; }
span { border-color: rgb(77,174,108); }
td.TdClassName
{
border-color: #4DAE6C;
}
.TagClassName
{
border-color: #4DAE6C;
}
</style>