Shades of Ocean Green #4E9A7B
Tints of Ocean Green #4E9A7B
RGB
CMYK
RGB Variations
Color information
#4E9A7B (or 0x4E9A7B) is known color: Ocean Green. HEX triplet: 4E, 9A and 7B. RGB value is (78,154,123). Sum of RGB (Red+Green+Blue) = 78+154+123=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9A7B is #B16584. Grayscale: #7F7F7F. Windows color (decimal): -11625861 or 8100430. OLE color: 8100430.
HSL color Cylindrical-coordinate representation of color #4E9A7B: hue angle of 155.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A7B is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 154 | 123 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.40 |
| HSL | 155.53º | 0.33% | 0.45% | - |
| HSV(B) | 155.53º | 0.49% | 0.6% | - |
| XYZ | 18.27 | 26.16 | 22.83 | - |
| YUV | 127.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 154 | 123 | 0.49 | 0 | 0.20 | 0.40 | 155.53 | 0.33 | 0.45 |
| Hex | 4E | 9A | 7B | 31 | 0 | 14 | 28 | 9C | 21 | 2D |
| Octal | 116 | 232 | 173 | 61 | 0 | 24 | 50 | 234 | 41 | 55 |
| Binary | 1001110 | 10011010 | 1111011 | 110001 | 0 | 10100 | 101000 | 10011100 | 100001 | 101101 |
Color Harmonies of #4E9A7B
Complementary color
Monochromatic Colors of #4E9A7B
Black with #4E9A7B
Text Example
Text Example
White with #4E9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9A7B; }
p { color: rgb(78,154,123); }
H1.HeaderClassName
{
color: #4E9A7B;
}
.AnyTagClassName
{
color: #4E9A7B;
}
</style>
background-color css
<style>
a { background-color: #4E9A7B; }
a { background-color: rgb(78,154,123); }
div.DivClassName
{
background-color: #4E9A7B;
}
.BgClassName
{
background-color: #4E9A7B;
}
</style>
border-color css
<style>
span { border-color: #4E9A7B; }
span { border-color: rgb(78,154,123); }
td.TdClassName
{
border-color: #4E9A7B;
}
.TagClassName
{
border-color: #4E9A7B;
}
</style>