Shades of Ocean Green #4CB87E
Tints of Ocean Green #4CB87E
RGB
CMYK
RGB Variations
Color information
#4CB87E (or 0x4CB87E) is known color: Ocean Green. HEX triplet: 4C, B8 and 7E. RGB value is (76,184,126). Sum of RGB (Red+Green+Blue) = 76+184+126=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB87E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB87E is #B34781. Grayscale: #919191. Windows color (decimal): -11749250 or 8304716. OLE color: 8304716.
HSL color Cylindrical-coordinate representation of color #4CB87E: hue angle of 147.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB87E is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 126 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.28 |
| HSL | 147.78º | 0.43% | 0.51% | - |
| HSV(B) | 147.78º | 0.59% | 0.72% | - |
| XYZ | 23.89 | 37.32 | 25.68 | - |
| YUV | 145.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 126 | 0.59 | 0 | 0.32 | 0.28 | 147.78 | 0.43 | 0.51 |
| Hex | 4C | B8 | 7E | 3B | 0 | 20 | 1C | 94 | 2B | 33 |
| Octal | 114 | 270 | 176 | 73 | 0 | 40 | 34 | 224 | 53 | 63 |
| Binary | 1001100 | 10111000 | 1111110 | 111011 | 0 | 100000 | 11100 | 10010100 | 101011 | 110011 |
Color Harmonies of #4CB87E
Complementary color
Monochromatic Colors of #4CB87E
Black with #4CB87E
Text Example
Text Example
White with #4CB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB87E; }
p { color: rgb(76,184,126); }
H1.HeaderClassName
{
color: #4CB87E;
}
.AnyTagClassName
{
color: #4CB87E;
}
</style>
background-color css
<style>
a { background-color: #4CB87E; }
a { background-color: rgb(76,184,126); }
div.DivClassName
{
background-color: #4CB87E;
}
.BgClassName
{
background-color: #4CB87E;
}
</style>
border-color css
<style>
span { border-color: #4CB87E; }
span { border-color: rgb(76,184,126); }
td.TdClassName
{
border-color: #4CB87E;
}
.TagClassName
{
border-color: #4CB87E;
}
</style>