Shades of Ocean Green #4DB089
Tints of Ocean Green #4DB089
RGB
CMYK
RGB Variations
Color information
#4DB089 (or 0x4DB089) is known color: Ocean Green. HEX triplet: 4D, B0 and 89. RGB value is (77,176,137). Sum of RGB (Red+Green+Blue) = 77+176+137=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB089 is #B24F76. Grayscale: #8E8E8E. Windows color (decimal): -11685751 or 9023565. OLE color: 9023565.
HSL color Cylindrical-coordinate representation of color #4DB089: hue angle of 156.36º 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 #4DB089 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 137 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.31 |
| HSL | 156.36º | 0.39% | 0.5% | - |
| HSV(B) | 156.36º | 0.56% | 0.69% | - |
| XYZ | 23.1 | 34.43 | 29.1 | - |
| YUV | 141.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 137 | 0.56 | 0 | 0.22 | 0.31 | 156.36 | 0.39 | 0.5 |
| Hex | 4D | B0 | 89 | 38 | 0 | 16 | 1F | 9C | 27 | 32 |
| Octal | 115 | 260 | 211 | 70 | 0 | 26 | 37 | 234 | 47 | 62 |
| Binary | 1001101 | 10110000 | 10001001 | 111000 | 0 | 10110 | 11111 | 10011100 | 100111 | 110010 |
Color Harmonies of #4DB089
Complementary color
Monochromatic Colors of #4DB089
Black with #4DB089
Text Example
Text Example
White with #4DB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB089; }
p { color: rgb(77,176,137); }
H1.HeaderClassName
{
color: #4DB089;
}
.AnyTagClassName
{
color: #4DB089;
}
</style>
background-color css
<style>
a { background-color: #4DB089; }
a { background-color: rgb(77,176,137); }
div.DivClassName
{
background-color: #4DB089;
}
.BgClassName
{
background-color: #4DB089;
}
</style>
border-color css
<style>
span { border-color: #4DB089; }
span { border-color: rgb(77,176,137); }
td.TdClassName
{
border-color: #4DB089;
}
.TagClassName
{
border-color: #4DB089;
}
</style>