Shades of Ocean Green #4AB684
Tints of Ocean Green #4AB684
RGB
CMYK
RGB Variations
Color information
#4AB684 (or 0x4AB684) is known color: Ocean Green. HEX triplet: 4A, B6 and 84. RGB value is (74,182,132). Sum of RGB (Red+Green+Blue) = 74+182+132=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB684 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB684 is #B5497B. Grayscale: #909090. Windows color (decimal): -11880828 or 8697418. OLE color: 8697418.
HSL color Cylindrical-coordinate representation of color #4AB684: hue angle of 152.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB684 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 132 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.29 |
| HSL | 152.22º | 0.43% | 0.5% | - |
| HSV(B) | 152.22º | 0.59% | 0.71% | - |
| XYZ | 23.72 | 36.58 | 27.64 | - |
| YUV | 144.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 132 | 0.59 | 0 | 0.27 | 0.29 | 152.22 | 0.43 | 0.5 |
| Hex | 4A | B6 | 84 | 3B | 0 | 1B | 1D | 98 | 2B | 32 |
| Octal | 112 | 266 | 204 | 73 | 0 | 33 | 35 | 230 | 53 | 62 |
| Binary | 1001010 | 10110110 | 10000100 | 111011 | 0 | 11011 | 11101 | 10011000 | 101011 | 110010 |
Color Harmonies of #4AB684
Complementary color
Monochromatic Colors of #4AB684
Black with #4AB684
Text Example
Text Example
White with #4AB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB684; }
p { color: rgb(74,182,132); }
H1.HeaderClassName
{
color: #4AB684;
}
.AnyTagClassName
{
color: #4AB684;
}
</style>
background-color css
<style>
a { background-color: #4AB684; }
a { background-color: rgb(74,182,132); }
div.DivClassName
{
background-color: #4AB684;
}
.BgClassName
{
background-color: #4AB684;
}
</style>
border-color css
<style>
span { border-color: #4AB684; }
span { border-color: rgb(74,182,132); }
td.TdClassName
{
border-color: #4AB684;
}
.TagClassName
{
border-color: #4AB684;
}
</style>