Shades of Ocean Green #4AAE86
Tints of Ocean Green #4AAE86
RGB
CMYK
RGB Variations
Color information
#4AAE86 (or 0x4AAE86) is known color: Ocean Green. HEX triplet: 4A, AE and 86. RGB value is (74,174,134). Sum of RGB (Red+Green+Blue) = 74+174+134=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE86 is #B55179. Grayscale: #8B8B8B. Windows color (decimal): -11882874 or 8826442. OLE color: 8826442.
HSL color Cylindrical-coordinate representation of color #4AAE86: hue angle of 156º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE86 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 134 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.32 |
| HSL | 156º | 0.4% | 0.49% | - |
| HSV(B) | 156º | 0.57% | 0.68% | - |
| XYZ | 22.26 | 33.45 | 27.84 | - |
| YUV | 139.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 134 | 0.57 | 0 | 0.23 | 0.32 | 156 | 0.4 | 0.49 |
| Hex | 4A | AE | 86 | 39 | 0 | 17 | 20 | 9C | 28 | 31 |
| Octal | 112 | 256 | 206 | 71 | 0 | 27 | 40 | 234 | 50 | 61 |
| Binary | 1001010 | 10101110 | 10000110 | 111001 | 0 | 10111 | 100000 | 10011100 | 101000 | 110001 |
Color Harmonies of #4AAE86
Complementary color
Monochromatic Colors of #4AAE86
Black with #4AAE86
Text Example
Text Example
White with #4AAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE86; }
p { color: rgb(74,174,134); }
H1.HeaderClassName
{
color: #4AAE86;
}
.AnyTagClassName
{
color: #4AAE86;
}
</style>
background-color css
<style>
a { background-color: #4AAE86; }
a { background-color: rgb(74,174,134); }
div.DivClassName
{
background-color: #4AAE86;
}
.BgClassName
{
background-color: #4AAE86;
}
</style>
border-color css
<style>
span { border-color: #4AAE86; }
span { border-color: rgb(74,174,134); }
td.TdClassName
{
border-color: #4AAE86;
}
.TagClassName
{
border-color: #4AAE86;
}
</style>