Shades of Ocean Green #4DAF87
Tints of Ocean Green #4DAF87
RGB
CMYK
RGB Variations
Color information
#4DAF87 (or 0x4DAF87) is known color: Ocean Green. HEX triplet: 4D, AF and 87. RGB value is (77,175,135). Sum of RGB (Red+Green+Blue) = 77+175+135=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF87 is #B25078. Grayscale: #8D8D8D. Windows color (decimal): -11686009 or 8892237. OLE color: 8892237.
HSL color Cylindrical-coordinate representation of color #4DAF87: hue angle of 155.51º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF87 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 135 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.31 |
| HSL | 155.51º | 0.39% | 0.49% | - |
| HSV(B) | 155.51º | 0.56% | 0.69% | - |
| XYZ | 22.76 | 33.99 | 28.28 | - |
| YUV | 141.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 135 | 0.56 | 0 | 0.23 | 0.31 | 155.51 | 0.39 | 0.49 |
| Hex | 4D | AF | 87 | 38 | 0 | 17 | 1F | 9C | 27 | 31 |
| Octal | 115 | 257 | 207 | 70 | 0 | 27 | 37 | 234 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10000111 | 111000 | 0 | 10111 | 11111 | 10011100 | 100111 | 110001 |
Color Harmonies of #4DAF87
Complementary color
Monochromatic Colors of #4DAF87
Black with #4DAF87
Text Example
Text Example
White with #4DAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF87; }
p { color: rgb(77,175,135); }
H1.HeaderClassName
{
color: #4DAF87;
}
.AnyTagClassName
{
color: #4DAF87;
}
</style>
background-color css
<style>
a { background-color: #4DAF87; }
a { background-color: rgb(77,175,135); }
div.DivClassName
{
background-color: #4DAF87;
}
.BgClassName
{
background-color: #4DAF87;
}
</style>
border-color css
<style>
span { border-color: #4DAF87; }
span { border-color: rgb(77,175,135); }
td.TdClassName
{
border-color: #4DAF87;
}
.TagClassName
{
border-color: #4DAF87;
}
</style>