Shades of Ocean Green #4DB180
Tints of Ocean Green #4DB180
RGB
CMYK
RGB Variations
Color information
#4DB180 (or 0x4DB180) is known color: Ocean Green. HEX triplet: 4D, B1 and 80. RGB value is (77,177,128). Sum of RGB (Red+Green+Blue) = 77+177+128=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB180 is #B24E7F. Grayscale: #8D8D8D. Windows color (decimal): -11685504 or 8433997. OLE color: 8433997.
HSL color Cylindrical-coordinate representation of color #4DB180: hue angle of 150.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB180 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 128 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.31 |
| HSL | 150.6º | 0.39% | 0.5% | - |
| HSV(B) | 150.6º | 0.56% | 0.69% | - |
| XYZ | 22.68 | 34.58 | 25.9 | - |
| YUV | 141.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 128 | 0.56 | 0 | 0.28 | 0.31 | 150.6 | 0.39 | 0.5 |
| Hex | 4D | B1 | 80 | 38 | 0 | 1C | 1F | 97 | 27 | 32 |
| Octal | 115 | 261 | 200 | 70 | 0 | 34 | 37 | 227 | 47 | 62 |
| Binary | 1001101 | 10110001 | 10000000 | 111000 | 0 | 11100 | 11111 | 10010111 | 100111 | 110010 |
Color Harmonies of #4DB180
Complementary color
Monochromatic Colors of #4DB180
Black with #4DB180
Text Example
Text Example
White with #4DB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB180; }
p { color: rgb(77,177,128); }
H1.HeaderClassName
{
color: #4DB180;
}
.AnyTagClassName
{
color: #4DB180;
}
</style>
background-color css
<style>
a { background-color: #4DB180; }
a { background-color: rgb(77,177,128); }
div.DivClassName
{
background-color: #4DB180;
}
.BgClassName
{
background-color: #4DB180;
}
</style>
border-color css
<style>
span { border-color: #4DB180; }
span { border-color: rgb(77,177,128); }
td.TdClassName
{
border-color: #4DB180;
}
.TagClassName
{
border-color: #4DB180;
}
</style>