Shades of Ocean Green #4CB080
Tints of Ocean Green #4CB080
RGB
CMYK
RGB Variations
Color information
#4CB080 (or 0x4CB080) is known color: Ocean Green. HEX triplet: 4C, B0 and 80. RGB value is (76,176,128). Sum of RGB (Red+Green+Blue) = 76+176+128=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB080 is #B34F7F. Grayscale: #8C8C8C. Windows color (decimal): -11751296 or 8433740. OLE color: 8433740.
HSL color Cylindrical-coordinate representation of color #4CB080: hue angle of 151.2º 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 #4CB080 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 128 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.31 |
| HSL | 151.2º | 0.4% | 0.49% | - |
| HSV(B) | 151.2º | 0.57% | 0.69% | - |
| XYZ | 22.4 | 34.15 | 25.83 | - |
| YUV | 140.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 128 | 0.57 | 0 | 0.27 | 0.31 | 151.2 | 0.4 | 0.49 |
| Hex | 4C | B0 | 80 | 39 | 0 | 1B | 1F | 97 | 28 | 31 |
| Octal | 114 | 260 | 200 | 71 | 0 | 33 | 37 | 227 | 50 | 61 |
| Binary | 1001100 | 10110000 | 10000000 | 111001 | 0 | 11011 | 11111 | 10010111 | 101000 | 110001 |
Color Harmonies of #4CB080
Complementary color
Monochromatic Colors of #4CB080
Black with #4CB080
Text Example
Text Example
White with #4CB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB080; }
p { color: rgb(76,176,128); }
H1.HeaderClassName
{
color: #4CB080;
}
.AnyTagClassName
{
color: #4CB080;
}
</style>
background-color css
<style>
a { background-color: #4CB080; }
a { background-color: rgb(76,176,128); }
div.DivClassName
{
background-color: #4CB080;
}
.BgClassName
{
background-color: #4CB080;
}
</style>
border-color css
<style>
span { border-color: #4CB080; }
span { border-color: rgb(76,176,128); }
td.TdClassName
{
border-color: #4CB080;
}
.TagClassName
{
border-color: #4CB080;
}
</style>