Shades of Ocean Green #4CB27E
Tints of Ocean Green #4CB27E
RGB
CMYK
RGB Variations
Color information
#4CB27E (or 0x4CB27E) is known color: Ocean Green. HEX triplet: 4C, B2 and 7E. RGB value is (76,178,126). Sum of RGB (Red+Green+Blue) = 76+178+126=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB27E is #B34D81. Grayscale: #8D8D8D. Windows color (decimal): -11750786 or 8303180. OLE color: 8303180.
HSL color Cylindrical-coordinate representation of color #4CB27E: hue angle of 149.41º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB27E is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 178 | 126 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.30 |
| HSL | 149.41º | 0.4% | 0.5% | - |
| HSV(B) | 149.41º | 0.57% | 0.7% | - |
| XYZ | 22.67 | 34.88 | 25.28 | - |
| YUV | 141.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 126 | 0.57 | 0 | 0.29 | 0.30 | 149.41 | 0.4 | 0.5 |
| Hex | 4C | B2 | 7E | 39 | 0 | 1D | 1E | 95 | 28 | 32 |
| Octal | 114 | 262 | 176 | 71 | 0 | 35 | 36 | 225 | 50 | 62 |
| Binary | 1001100 | 10110010 | 1111110 | 111001 | 0 | 11101 | 11110 | 10010101 | 101000 | 110010 |
Color Harmonies of #4CB27E
Complementary color
Monochromatic Colors of #4CB27E
Black with #4CB27E
Text Example
Text Example
White with #4CB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB27E; }
p { color: rgb(76,178,126); }
H1.HeaderClassName
{
color: #4CB27E;
}
.AnyTagClassName
{
color: #4CB27E;
}
</style>
background-color css
<style>
a { background-color: #4CB27E; }
a { background-color: rgb(76,178,126); }
div.DivClassName
{
background-color: #4CB27E;
}
.BgClassName
{
background-color: #4CB27E;
}
</style>
border-color css
<style>
span { border-color: #4CB27E; }
span { border-color: rgb(76,178,126); }
td.TdClassName
{
border-color: #4CB27E;
}
.TagClassName
{
border-color: #4CB27E;
}
</style>