Shades of Ocean Green #4DB087
Tints of Ocean Green #4DB087
RGB
CMYK
RGB Variations
Color information
#4DB087 (or 0x4DB087) is known color: Ocean Green. HEX triplet: 4D, B0 and 87. RGB value is (77,176,135). Sum of RGB (Red+Green+Blue) = 77+176+135=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB087 is #B24F78. Grayscale: #8D8D8D. Windows color (decimal): -11685753 or 8892493. OLE color: 8892493.
HSL color Cylindrical-coordinate representation of color #4DB087: hue angle of 155.15º 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 #4DB087 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 135 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.31 |
| HSL | 155.15º | 0.39% | 0.5% | - |
| HSV(B) | 155.15º | 0.56% | 0.69% | - |
| XYZ | 22.96 | 34.38 | 28.35 | - |
| YUV | 141.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 135 | 0.56 | 0 | 0.23 | 0.31 | 155.15 | 0.39 | 0.5 |
| Hex | 4D | B0 | 87 | 38 | 0 | 17 | 1F | 9B | 27 | 32 |
| Octal | 115 | 260 | 207 | 70 | 0 | 27 | 37 | 233 | 47 | 62 |
| Binary | 1001101 | 10110000 | 10000111 | 111000 | 0 | 10111 | 11111 | 10011011 | 100111 | 110010 |
Color Harmonies of #4DB087
Complementary color
Monochromatic Colors of #4DB087
Black with #4DB087
Text Example
Text Example
White with #4DB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB087; }
p { color: rgb(77,176,135); }
H1.HeaderClassName
{
color: #4DB087;
}
.AnyTagClassName
{
color: #4DB087;
}
</style>
background-color css
<style>
a { background-color: #4DB087; }
a { background-color: rgb(77,176,135); }
div.DivClassName
{
background-color: #4DB087;
}
.BgClassName
{
background-color: #4DB087;
}
</style>
border-color css
<style>
span { border-color: #4DB087; }
span { border-color: rgb(77,176,135); }
td.TdClassName
{
border-color: #4DB087;
}
.TagClassName
{
border-color: #4DB087;
}
</style>