Shades of Ocean Green #4DB888
Tints of Ocean Green #4DB888
RGB
CMYK
RGB Variations
Color information
#4DB888 (or 0x4DB888) is known color: Ocean Green. HEX triplet: 4D, B8 and 88. RGB value is (77,184,136). Sum of RGB (Red+Green+Blue) = 77+184+136=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB888 is #B24777. Grayscale: #929292. Windows color (decimal): -11683704 or 8960077. OLE color: 8960077.
HSL color Cylindrical-coordinate representation of color #4DB888: hue angle of 153.08º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB888 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 136 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.28 |
| HSL | 153.08º | 0.43% | 0.51% | - |
| HSV(B) | 153.08º | 0.58% | 0.72% | - |
| XYZ | 24.64 | 37.64 | 29.26 | - |
| YUV | 146.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 136 | 0.58 | 0 | 0.26 | 0.28 | 153.08 | 0.43 | 0.51 |
| Hex | 4D | B8 | 88 | 3A | 0 | 1A | 1C | 99 | 2B | 33 |
| Octal | 115 | 270 | 210 | 72 | 0 | 32 | 34 | 231 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10001000 | 111010 | 0 | 11010 | 11100 | 10011001 | 101011 | 110011 |
Color Harmonies of #4DB888
Complementary color
Monochromatic Colors of #4DB888
Black with #4DB888
Text Example
Text Example
White with #4DB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB888; }
p { color: rgb(77,184,136); }
H1.HeaderClassName
{
color: #4DB888;
}
.AnyTagClassName
{
color: #4DB888;
}
</style>
background-color css
<style>
a { background-color: #4DB888; }
a { background-color: rgb(77,184,136); }
div.DivClassName
{
background-color: #4DB888;
}
.BgClassName
{
background-color: #4DB888;
}
</style>
border-color css
<style>
span { border-color: #4DB888; }
span { border-color: rgb(77,184,136); }
td.TdClassName
{
border-color: #4DB888;
}
.TagClassName
{
border-color: #4DB888;
}
</style>