Shades of Ocean Green #4CB686
Tints of Ocean Green #4CB686
RGB
CMYK
RGB Variations
Color information
#4CB686 (or 0x4CB686) is known color: Ocean Green. HEX triplet: 4C, B6 and 86. RGB value is (76,182,134). Sum of RGB (Red+Green+Blue) = 76+182+134=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB686 is #B34979. Grayscale: #909090. Windows color (decimal): -11749754 or 8828492. OLE color: 8828492.
HSL color Cylindrical-coordinate representation of color #4CB686: hue angle of 152.83º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB686 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 182 | 134 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.29 |
| HSL | 152.83º | 0.42% | 0.51% | - |
| HSV(B) | 152.83º | 0.58% | 0.71% | - |
| XYZ | 24.01 | 36.71 | 28.38 | - |
| YUV | 144.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 182 | 134 | 0.58 | 0 | 0.26 | 0.29 | 152.83 | 0.42 | 0.51 |
| Hex | 4C | B6 | 86 | 3A | 0 | 1A | 1D | 99 | 2A | 33 |
| Octal | 114 | 266 | 206 | 72 | 0 | 32 | 35 | 231 | 52 | 63 |
| Binary | 1001100 | 10110110 | 10000110 | 111010 | 0 | 11010 | 11101 | 10011001 | 101010 | 110011 |
Color Harmonies of #4CB686
Complementary color
Monochromatic Colors of #4CB686
Black with #4CB686
Text Example
Text Example
White with #4CB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB686; }
p { color: rgb(76,182,134); }
H1.HeaderClassName
{
color: #4CB686;
}
.AnyTagClassName
{
color: #4CB686;
}
</style>
background-color css
<style>
a { background-color: #4CB686; }
a { background-color: rgb(76,182,134); }
div.DivClassName
{
background-color: #4CB686;
}
.BgClassName
{
background-color: #4CB686;
}
</style>
border-color css
<style>
span { border-color: #4CB686; }
span { border-color: rgb(76,182,134); }
td.TdClassName
{
border-color: #4CB686;
}
.TagClassName
{
border-color: #4CB686;
}
</style>