Shades of Ocean Green #4EB283
Tints of Ocean Green #4EB283
RGB
CMYK
RGB Variations
Color information
#4EB283 (or 0x4EB283) is known color: Ocean Green. HEX triplet: 4E, B2 and 83. RGB value is (78,178,131). Sum of RGB (Red+Green+Blue) = 78+178+131=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB283 is #B14D7C. Grayscale: #8E8E8E. Windows color (decimal): -11619709 or 8630862. OLE color: 8630862.
HSL color Cylindrical-coordinate representation of color #4EB283: hue angle of 151.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB283 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 178 | 131 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.30 |
| HSL | 151.8º | 0.39% | 0.5% | - |
| HSV(B) | 151.8º | 0.56% | 0.7% | - |
| XYZ | 23.16 | 35.1 | 27.03 | - |
| YUV | 142.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 178 | 131 | 0.56 | 0 | 0.26 | 0.30 | 151.8 | 0.39 | 0.5 |
| Hex | 4E | B2 | 83 | 38 | 0 | 1A | 1E | 98 | 27 | 32 |
| Octal | 116 | 262 | 203 | 70 | 0 | 32 | 36 | 230 | 47 | 62 |
| Binary | 1001110 | 10110010 | 10000011 | 111000 | 0 | 11010 | 11110 | 10011000 | 100111 | 110010 |
Color Harmonies of #4EB283
Complementary color
Monochromatic Colors of #4EB283
Black with #4EB283
Text Example
Text Example
White with #4EB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB283; }
p { color: rgb(78,178,131); }
H1.HeaderClassName
{
color: #4EB283;
}
.AnyTagClassName
{
color: #4EB283;
}
</style>
background-color css
<style>
a { background-color: #4EB283; }
a { background-color: rgb(78,178,131); }
div.DivClassName
{
background-color: #4EB283;
}
.BgClassName
{
background-color: #4EB283;
}
</style>
border-color css
<style>
span { border-color: #4EB283; }
span { border-color: rgb(78,178,131); }
td.TdClassName
{
border-color: #4EB283;
}
.TagClassName
{
border-color: #4EB283;
}
</style>