Shades of Ocean Green #4DB182
Tints of Ocean Green #4DB182
RGB
CMYK
RGB Variations
Color information
#4DB182 (or 0x4DB182) is known color: Ocean Green. HEX triplet: 4D, B1 and 82. RGB value is (77,177,130). Sum of RGB (Red+Green+Blue) = 77+177+130=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB182 is #B24E7D. Grayscale: #8D8D8D. Windows color (decimal): -11685502 or 8565069. OLE color: 8565069.
HSL color Cylindrical-coordinate representation of color #4DB182: hue angle of 151.8º 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 #4DB182 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 130 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.31 |
| HSL | 151.8º | 0.39% | 0.5% | - |
| HSV(B) | 151.8º | 0.56% | 0.69% | - |
| XYZ | 22.81 | 34.63 | 26.6 | - |
| YUV | 141.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 130 | 0.56 | 0 | 0.27 | 0.31 | 151.8 | 0.39 | 0.5 |
| Hex | 4D | B1 | 82 | 38 | 0 | 1B | 1F | 98 | 27 | 32 |
| Octal | 115 | 261 | 202 | 70 | 0 | 33 | 37 | 230 | 47 | 62 |
| Binary | 1001101 | 10110001 | 10000010 | 111000 | 0 | 11011 | 11111 | 10011000 | 100111 | 110010 |
Color Harmonies of #4DB182
Complementary color
Monochromatic Colors of #4DB182
Black with #4DB182
Text Example
Text Example
White with #4DB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB182; }
p { color: rgb(77,177,130); }
H1.HeaderClassName
{
color: #4DB182;
}
.AnyTagClassName
{
color: #4DB182;
}
</style>
background-color css
<style>
a { background-color: #4DB182; }
a { background-color: rgb(77,177,130); }
div.DivClassName
{
background-color: #4DB182;
}
.BgClassName
{
background-color: #4DB182;
}
</style>
border-color css
<style>
span { border-color: #4DB182; }
span { border-color: rgb(77,177,130); }
td.TdClassName
{
border-color: #4DB182;
}
.TagClassName
{
border-color: #4DB182;
}
</style>