Shades of Ocean Green #4DAF7B
Tints of Ocean Green #4DAF7B
RGB
CMYK
RGB Variations
Color information
#4DAF7B (or 0x4DAF7B) is known color: Ocean Green. HEX triplet: 4D, AF and 7B. RGB value is (77,175,123). Sum of RGB (Red+Green+Blue) = 77+175+123=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF7B is #B25084. Grayscale: #8B8B8B. Windows color (decimal): -11686021 or 8105805. OLE color: 8105805.
HSL color Cylindrical-coordinate representation of color #4DAF7B: hue angle of 148.16º 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 #4DAF7B is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 123 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.31 |
| HSL | 148.16º | 0.39% | 0.49% | - |
| HSV(B) | 148.16º | 0.56% | 0.69% | - |
| XYZ | 21.97 | 33.67 | 24.08 | - |
| YUV | 139.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 123 | 0.56 | 0 | 0.30 | 0.31 | 148.16 | 0.39 | 0.49 |
| Hex | 4D | AF | 7B | 38 | 0 | 1E | 1F | 94 | 27 | 31 |
| Octal | 115 | 257 | 173 | 70 | 0 | 36 | 37 | 224 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1111011 | 111000 | 0 | 11110 | 11111 | 10010100 | 100111 | 110001 |
Color Harmonies of #4DAF7B
Complementary color
Monochromatic Colors of #4DAF7B
Black with #4DAF7B
Text Example
Text Example
White with #4DAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF7B; }
p { color: rgb(77,175,123); }
H1.HeaderClassName
{
color: #4DAF7B;
}
.AnyTagClassName
{
color: #4DAF7B;
}
</style>
background-color css
<style>
a { background-color: #4DAF7B; }
a { background-color: rgb(77,175,123); }
div.DivClassName
{
background-color: #4DAF7B;
}
.BgClassName
{
background-color: #4DAF7B;
}
</style>
border-color css
<style>
span { border-color: #4DAF7B; }
span { border-color: rgb(77,175,123); }
td.TdClassName
{
border-color: #4DAF7B;
}
.TagClassName
{
border-color: #4DAF7B;
}
</style>