Shades of Ocean Green #4CA680
Tints of Ocean Green #4CA680
RGB
CMYK
RGB Variations
Color information
#4CA680 (or 0x4CA680) is known color: Ocean Green. HEX triplet: 4C, A6 and 80. RGB value is (76,166,128). Sum of RGB (Red+Green+Blue) = 76+166+128=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA680 is #B3597F. Grayscale: #868686. Windows color (decimal): -11753856 or 8431180. OLE color: 8431180.
HSL color Cylindrical-coordinate representation of color #4CA680: hue angle of 154.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA680 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 166 | 128 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.35 |
| HSL | 154.67º | 0.37% | 0.47% | - |
| HSV(B) | 154.67º | 0.54% | 0.65% | - |
| XYZ | 20.51 | 30.37 | 25.2 | - |
| YUV | 134.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 128 | 0.54 | 0 | 0.23 | 0.35 | 154.67 | 0.37 | 0.47 |
| Hex | 4C | A6 | 80 | 36 | 0 | 17 | 23 | 9B | 25 | 2F |
| Octal | 114 | 246 | 200 | 66 | 0 | 27 | 43 | 233 | 45 | 57 |
| Binary | 1001100 | 10100110 | 10000000 | 110110 | 0 | 10111 | 100011 | 10011011 | 100101 | 101111 |
Color Harmonies of #4CA680
Complementary color
Monochromatic Colors of #4CA680
Black with #4CA680
Text Example
Text Example
White with #4CA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA680; }
p { color: rgb(76,166,128); }
H1.HeaderClassName
{
color: #4CA680;
}
.AnyTagClassName
{
color: #4CA680;
}
</style>
background-color css
<style>
a { background-color: #4CA680; }
a { background-color: rgb(76,166,128); }
div.DivClassName
{
background-color: #4CA680;
}
.BgClassName
{
background-color: #4CA680;
}
</style>
border-color css
<style>
span { border-color: #4CA680; }
span { border-color: rgb(76,166,128); }
td.TdClassName
{
border-color: #4CA680;
}
.TagClassName
{
border-color: #4CA680;
}
</style>