Shades of Ocean Green #4FAA83
Tints of Ocean Green #4FAA83
RGB
CMYK
RGB Variations
Color information
#4FAA83 (or 0x4FAA83) is known color: Ocean Green. HEX triplet: 4F, AA and 83. RGB value is (79,170,131). Sum of RGB (Red+Green+Blue) = 79+170+131=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAA83 is #B0557C. Grayscale: #8A8A8A. Windows color (decimal): -11556221 or 8628815. OLE color: 8628815.
HSL color Cylindrical-coordinate representation of color #4FAA83: hue angle of 154.29º 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 #4FAA83 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 131 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.33 |
| HSL | 154.29º | 0.37% | 0.49% | - |
| HSV(B) | 154.29º | 0.54% | 0.67% | - |
| XYZ | 21.7 | 32.05 | 26.52 | - |
| YUV | 138.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 131 | 0.54 | 0 | 0.23 | 0.33 | 154.29 | 0.37 | 0.49 |
| Hex | 4F | AA | 83 | 36 | 0 | 17 | 21 | 9A | 25 | 31 |
| Octal | 117 | 252 | 203 | 66 | 0 | 27 | 41 | 232 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10000011 | 110110 | 0 | 10111 | 100001 | 10011010 | 100101 | 110001 |
Color Harmonies of #4FAA83
Complementary color
Monochromatic Colors of #4FAA83
Black with #4FAA83
Text Example
Text Example
White with #4FAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA83; }
p { color: rgb(79,170,131); }
H1.HeaderClassName
{
color: #4FAA83;
}
.AnyTagClassName
{
color: #4FAA83;
}
</style>
background-color css
<style>
a { background-color: #4FAA83; }
a { background-color: rgb(79,170,131); }
div.DivClassName
{
background-color: #4FAA83;
}
.BgClassName
{
background-color: #4FAA83;
}
</style>
border-color css
<style>
span { border-color: #4FAA83; }
span { border-color: rgb(79,170,131); }
td.TdClassName
{
border-color: #4FAA83;
}
.TagClassName
{
border-color: #4FAA83;
}
</style>