Shades of Ocean Green #4DB188
Tints of Ocean Green #4DB188
RGB
CMYK
RGB Variations
Color information
#4DB188 (or 0x4DB188) is known color: Ocean Green. HEX triplet: 4D, B1 and 88. RGB value is (77,177,136). Sum of RGB (Red+Green+Blue) = 77+177+136=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB188 is #B24E77. Grayscale: #8E8E8E. Windows color (decimal): -11685496 or 8958285. OLE color: 8958285.
HSL color Cylindrical-coordinate representation of color #4DB188: hue angle of 155.4º 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 #4DB188 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 136 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.31 |
| HSL | 155.4º | 0.39% | 0.5% | - |
| HSV(B) | 155.4º | 0.56% | 0.69% | - |
| XYZ | 23.23 | 34.8 | 28.79 | - |
| YUV | 142.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 136 | 0.56 | 0 | 0.23 | 0.31 | 155.4 | 0.39 | 0.5 |
| Hex | 4D | B1 | 88 | 38 | 0 | 17 | 1F | 9B | 27 | 32 |
| Octal | 115 | 261 | 210 | 70 | 0 | 27 | 37 | 233 | 47 | 62 |
| Binary | 1001101 | 10110001 | 10001000 | 111000 | 0 | 10111 | 11111 | 10011011 | 100111 | 110010 |
Color Harmonies of #4DB188
Complementary color
Monochromatic Colors of #4DB188
Black with #4DB188
Text Example
Text Example
White with #4DB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB188; }
p { color: rgb(77,177,136); }
H1.HeaderClassName
{
color: #4DB188;
}
.AnyTagClassName
{
color: #4DB188;
}
</style>
background-color css
<style>
a { background-color: #4DB188; }
a { background-color: rgb(77,177,136); }
div.DivClassName
{
background-color: #4DB188;
}
.BgClassName
{
background-color: #4DB188;
}
</style>
border-color css
<style>
span { border-color: #4DB188; }
span { border-color: rgb(77,177,136); }
td.TdClassName
{
border-color: #4DB188;
}
.TagClassName
{
border-color: #4DB188;
}
</style>