Shades of Ocean Green #4FAA7E
Tints of Ocean Green #4FAA7E
RGB
CMYK
RGB Variations
Color information
#4FAA7E (or 0x4FAA7E) is known color: Ocean Green. HEX triplet: 4F, AA and 7E. RGB value is (79,170,126). Sum of RGB (Red+Green+Blue) = 79+170+126=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAA7E is #B05581. Grayscale: #898989. Windows color (decimal): -11556226 or 8301135. OLE color: 8301135.
HSL color Cylindrical-coordinate representation of color #4FAA7E: hue angle of 150.99º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAA7E is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 126 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.33 |
| HSL | 150.99º | 0.37% | 0.49% | - |
| HSV(B) | 150.99º | 0.54% | 0.67% | - |
| XYZ | 21.37 | 31.92 | 24.77 | - |
| YUV | 137.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 126 | 0.54 | 0 | 0.26 | 0.33 | 150.99 | 0.37 | 0.49 |
| Hex | 4F | AA | 7E | 36 | 0 | 1A | 21 | 97 | 25 | 31 |
| Octal | 117 | 252 | 176 | 66 | 0 | 32 | 41 | 227 | 45 | 61 |
| Binary | 1001111 | 10101010 | 1111110 | 110110 | 0 | 11010 | 100001 | 10010111 | 100101 | 110001 |
Color Harmonies of #4FAA7E
Complementary color
Monochromatic Colors of #4FAA7E
Black with #4FAA7E
Text Example
Text Example
White with #4FAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA7E; }
p { color: rgb(79,170,126); }
H1.HeaderClassName
{
color: #4FAA7E;
}
.AnyTagClassName
{
color: #4FAA7E;
}
</style>
background-color css
<style>
a { background-color: #4FAA7E; }
a { background-color: rgb(79,170,126); }
div.DivClassName
{
background-color: #4FAA7E;
}
.BgClassName
{
background-color: #4FAA7E;
}
</style>
border-color css
<style>
span { border-color: #4FAA7E; }
span { border-color: rgb(79,170,126); }
td.TdClassName
{
border-color: #4FAA7E;
}
.TagClassName
{
border-color: #4FAA7E;
}
</style>