Shades of Ocean Green #4DB488
Tints of Ocean Green #4DB488
RGB
CMYK
RGB Variations
Color information
#4DB488 (or 0x4DB488) is known color: Ocean Green. HEX triplet: 4D, B4 and 88. RGB value is (77,180,136). Sum of RGB (Red+Green+Blue) = 77+180+136=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB488 is #B24B77. Grayscale: #909090. Windows color (decimal): -11684728 or 8959053. OLE color: 8959053.
HSL color Cylindrical-coordinate representation of color #4DB488: hue angle of 154.37º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB488 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 136 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.29 |
| HSL | 154.37º | 0.41% | 0.5% | - |
| HSV(B) | 154.37º | 0.57% | 0.71% | - |
| XYZ | 23.83 | 36 | 28.99 | - |
| YUV | 144.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 136 | 0.57 | 0 | 0.24 | 0.29 | 154.37 | 0.41 | 0.5 |
| Hex | 4D | B4 | 88 | 39 | 0 | 18 | 1D | 9A | 29 | 32 |
| Octal | 115 | 264 | 210 | 71 | 0 | 30 | 35 | 232 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10001000 | 111001 | 0 | 11000 | 11101 | 10011010 | 101001 | 110010 |
Color Harmonies of #4DB488
Complementary color
Monochromatic Colors of #4DB488
Black with #4DB488
Text Example
Text Example
White with #4DB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB488; }
p { color: rgb(77,180,136); }
H1.HeaderClassName
{
color: #4DB488;
}
.AnyTagClassName
{
color: #4DB488;
}
</style>
background-color css
<style>
a { background-color: #4DB488; }
a { background-color: rgb(77,180,136); }
div.DivClassName
{
background-color: #4DB488;
}
.BgClassName
{
background-color: #4DB488;
}
</style>
border-color css
<style>
span { border-color: #4DB488; }
span { border-color: rgb(77,180,136); }
td.TdClassName
{
border-color: #4DB488;
}
.TagClassName
{
border-color: #4DB488;
}
</style>