Shades of Ocean Green #4E9B7A
Tints of Ocean Green #4E9B7A
RGB
CMYK
RGB Variations
Color information
#4E9B7A (or 0x4E9B7A) is known color: Ocean Green. HEX triplet: 4E, 9B and 7A. RGB value is (78,155,122). Sum of RGB (Red+Green+Blue) = 78+155+122=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9B7A is #B16485. Grayscale: #808080. Windows color (decimal): -11625606 or 8035150. OLE color: 8035150.
HSL color Cylindrical-coordinate representation of color #4E9B7A: hue angle of 154.29º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B7A is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 155 | 122 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.39 |
| HSL | 154.29º | 0.33% | 0.46% | - |
| HSV(B) | 154.29º | 0.5% | 0.61% | - |
| XYZ | 18.38 | 26.47 | 22.55 | - |
| YUV | 128.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 155 | 122 | 0.50 | 0 | 0.21 | 0.39 | 154.29 | 0.33 | 0.46 |
| Hex | 4E | 9B | 7A | 32 | 0 | 15 | 27 | 9A | 21 | 2E |
| Octal | 116 | 233 | 172 | 62 | 0 | 25 | 47 | 232 | 41 | 56 |
| Binary | 1001110 | 10011011 | 1111010 | 110010 | 0 | 10101 | 100111 | 10011010 | 100001 | 101110 |
Color Harmonies of #4E9B7A
Complementary color
Monochromatic Colors of #4E9B7A
Black with #4E9B7A
Text Example
Text Example
White with #4E9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9B7A; }
p { color: rgb(78,155,122); }
H1.HeaderClassName
{
color: #4E9B7A;
}
.AnyTagClassName
{
color: #4E9B7A;
}
</style>
background-color css
<style>
a { background-color: #4E9B7A; }
a { background-color: rgb(78,155,122); }
div.DivClassName
{
background-color: #4E9B7A;
}
.BgClassName
{
background-color: #4E9B7A;
}
</style>
border-color css
<style>
span { border-color: #4E9B7A; }
span { border-color: rgb(78,155,122); }
td.TdClassName
{
border-color: #4E9B7A;
}
.TagClassName
{
border-color: #4E9B7A;
}
</style>