Shades of Ocean Green #4AAF86
Tints of Ocean Green #4AAF86
RGB
CMYK
RGB Variations
Color information
#4AAF86 (or 0x4AAF86) is known color: Ocean Green. HEX triplet: 4A, AF and 86. RGB value is (74,175,134). Sum of RGB (Red+Green+Blue) = 74+175+134=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF86 is #B55079. Grayscale: #8C8C8C. Windows color (decimal): -11882618 or 8826698. OLE color: 8826698.
HSL color Cylindrical-coordinate representation of color #4AAF86: hue angle of 155.64º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF86 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 134 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.31 |
| HSL | 155.64º | 0.41% | 0.49% | - |
| HSV(B) | 155.64º | 0.58% | 0.69% | - |
| XYZ | 22.46 | 33.84 | 27.9 | - |
| YUV | 140.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 134 | 0.58 | 0 | 0.23 | 0.31 | 155.64 | 0.41 | 0.49 |
| Hex | 4A | AF | 86 | 3A | 0 | 17 | 1F | 9C | 29 | 31 |
| Octal | 112 | 257 | 206 | 72 | 0 | 27 | 37 | 234 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10000110 | 111010 | 0 | 10111 | 11111 | 10011100 | 101001 | 110001 |
Color Harmonies of #4AAF86
Complementary color
Monochromatic Colors of #4AAF86
Black with #4AAF86
Text Example
Text Example
White with #4AAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF86; }
p { color: rgb(74,175,134); }
H1.HeaderClassName
{
color: #4AAF86;
}
.AnyTagClassName
{
color: #4AAF86;
}
</style>
background-color css
<style>
a { background-color: #4AAF86; }
a { background-color: rgb(74,175,134); }
div.DivClassName
{
background-color: #4AAF86;
}
.BgClassName
{
background-color: #4AAF86;
}
</style>
border-color css
<style>
span { border-color: #4AAF86; }
span { border-color: rgb(74,175,134); }
td.TdClassName
{
border-color: #4AAF86;
}
.TagClassName
{
border-color: #4AAF86;
}
</style>