Shades of Ocean Green #4CB07E
Tints of Ocean Green #4CB07E
RGB
CMYK
RGB Variations
Color information
#4CB07E (or 0x4CB07E) is known color: Ocean Green. HEX triplet: 4C, B0 and 7E. RGB value is (76,176,126). Sum of RGB (Red+Green+Blue) = 76+176+126=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB07E is #B34F81. Grayscale: #8C8C8C. Windows color (decimal): -11751298 or 8302668. OLE color: 8302668.
HSL color Cylindrical-coordinate representation of color #4CB07E: hue angle of 150º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB07E is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 126 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.31 |
| HSL | 150º | 0.4% | 0.49% | - |
| HSV(B) | 150º | 0.57% | 0.69% | - |
| XYZ | 22.27 | 34.09 | 25.15 | - |
| YUV | 140.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 126 | 0.57 | 0 | 0.28 | 0.31 | 150 | 0.4 | 0.49 |
| Hex | 4C | B0 | 7E | 39 | 0 | 1C | 1F | 96 | 28 | 31 |
| Octal | 114 | 260 | 176 | 71 | 0 | 34 | 37 | 226 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1111110 | 111001 | 0 | 11100 | 11111 | 10010110 | 101000 | 110001 |
Color Harmonies of #4CB07E
Complementary color
Monochromatic Colors of #4CB07E
Black with #4CB07E
Text Example
Text Example
White with #4CB07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB07E; }
p { color: rgb(76,176,126); }
H1.HeaderClassName
{
color: #4CB07E;
}
.AnyTagClassName
{
color: #4CB07E;
}
</style>
background-color css
<style>
a { background-color: #4CB07E; }
a { background-color: rgb(76,176,126); }
div.DivClassName
{
background-color: #4CB07E;
}
.BgClassName
{
background-color: #4CB07E;
}
</style>
border-color css
<style>
span { border-color: #4CB07E; }
span { border-color: rgb(76,176,126); }
td.TdClassName
{
border-color: #4CB07E;
}
.TagClassName
{
border-color: #4CB07E;
}
</style>