Shades of Ocean Green #4BA86C
Tints of Ocean Green #4BA86C
RGB
CMYK
RGB Variations
Color information
#4BA86C (or 0x4BA86C) is known color: Ocean Green. HEX triplet: 4B, A8 and 6C. RGB value is (75,168,108). Sum of RGB (Red+Green+Blue) = 75+168+108=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA86C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA86C is #B45793. Grayscale: #858585. Windows color (decimal): -11818900 or 7120971. OLE color: 7120971.
HSL color Cylindrical-coordinate representation of color #4BA86C: hue angle of 141.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA86C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 108 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.34 |
| HSL | 141.29º | 0.38% | 0.48% | - |
| HSV(B) | 141.29º | 0.55% | 0.66% | - |
| XYZ | 19.61 | 30.58 | 19.06 | - |
| YUV | 133.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 108 | 0.55 | 0 | 0.36 | 0.34 | 141.29 | 0.38 | 0.48 |
| Hex | 4B | A8 | 6C | 37 | 0 | 24 | 22 | 8D | 26 | 30 |
| Octal | 113 | 250 | 154 | 67 | 0 | 44 | 42 | 215 | 46 | 60 |
| Binary | 1001011 | 10101000 | 1101100 | 110111 | 0 | 100100 | 100010 | 10001101 | 100110 | 110000 |
Color Harmonies of #4BA86C
Complementary color
Monochromatic Colors of #4BA86C
Black with #4BA86C
Text Example
Text Example
White with #4BA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA86C; }
p { color: rgb(75,168,108); }
H1.HeaderClassName
{
color: #4BA86C;
}
.AnyTagClassName
{
color: #4BA86C;
}
</style>
background-color css
<style>
a { background-color: #4BA86C; }
a { background-color: rgb(75,168,108); }
div.DivClassName
{
background-color: #4BA86C;
}
.BgClassName
{
background-color: #4BA86C;
}
</style>
border-color css
<style>
span { border-color: #4BA86C; }
span { border-color: rgb(75,168,108); }
td.TdClassName
{
border-color: #4BA86C;
}
.TagClassName
{
border-color: #4BA86C;
}
</style>