Shades of Ocean Green #4FAE6A
Tints of Ocean Green #4FAE6A
RGB
CMYK
RGB Variations
Color information
#4FAE6A (or 0x4FAE6A) is known color: Ocean Green. HEX triplet: 4F, AE and 6A. RGB value is (79,174,106). Sum of RGB (Red+Green+Blue) = 79+174+106=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE6A is #B05195. Grayscale: #8A8A8A. Windows color (decimal): -11555222 or 6991439. OLE color: 6991439.
HSL color Cylindrical-coordinate representation of color #4FAE6A: hue angle of 137.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE6A is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 106 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.32 |
| HSL | 137.05º | 0.38% | 0.5% | - |
| HSV(B) | 137.05º | 0.55% | 0.68% | - |
| XYZ | 20.96 | 32.97 | 18.9 | - |
| YUV | 137.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 106 | 0.55 | 0 | 0.39 | 0.32 | 137.05 | 0.38 | 0.5 |
| Hex | 4F | AE | 6A | 37 | 0 | 27 | 20 | 89 | 26 | 32 |
| Octal | 117 | 256 | 152 | 67 | 0 | 47 | 40 | 211 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1101010 | 110111 | 0 | 100111 | 100000 | 10001001 | 100110 | 110010 |
Color Harmonies of #4FAE6A
Complementary color
Monochromatic Colors of #4FAE6A
Black with #4FAE6A
Text Example
Text Example
White with #4FAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE6A; }
p { color: rgb(79,174,106); }
H1.HeaderClassName
{
color: #4FAE6A;
}
.AnyTagClassName
{
color: #4FAE6A;
}
</style>
background-color css
<style>
a { background-color: #4FAE6A; }
a { background-color: rgb(79,174,106); }
div.DivClassName
{
background-color: #4FAE6A;
}
.BgClassName
{
background-color: #4FAE6A;
}
</style>
border-color css
<style>
span { border-color: #4FAE6A; }
span { border-color: rgb(79,174,106); }
td.TdClassName
{
border-color: #4FAE6A;
}
.TagClassName
{
border-color: #4FAE6A;
}
</style>