Shades of Ocean Green #4EB184
Tints of Ocean Green #4EB184
RGB
CMYK
RGB Variations
Color information
#4EB184 (or 0x4EB184) is known color: Ocean Green. HEX triplet: 4E, B1 and 84. RGB value is (78,177,132). Sum of RGB (Red+Green+Blue) = 78+177+132=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB184 is #B14E7B. Grayscale: #8E8E8E. Windows color (decimal): -11619964 or 8696142. OLE color: 8696142.
HSL color Cylindrical-coordinate representation of color #4EB184: hue angle of 152.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB184 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 177 | 132 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.31 |
| HSL | 152.73º | 0.39% | 0.5% | - |
| HSV(B) | 152.73º | 0.56% | 0.69% | - |
| XYZ | 23.03 | 34.73 | 27.32 | - |
| YUV | 142.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 177 | 132 | 0.56 | 0 | 0.25 | 0.31 | 152.73 | 0.39 | 0.5 |
| Hex | 4E | B1 | 84 | 38 | 0 | 19 | 1F | 99 | 27 | 32 |
| Octal | 116 | 261 | 204 | 70 | 0 | 31 | 37 | 231 | 47 | 62 |
| Binary | 1001110 | 10110001 | 10000100 | 111000 | 0 | 11001 | 11111 | 10011001 | 100111 | 110010 |
Color Harmonies of #4EB184
Complementary color
Monochromatic Colors of #4EB184
Black with #4EB184
Text Example
Text Example
White with #4EB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB184; }
p { color: rgb(78,177,132); }
H1.HeaderClassName
{
color: #4EB184;
}
.AnyTagClassName
{
color: #4EB184;
}
</style>
background-color css
<style>
a { background-color: #4EB184; }
a { background-color: rgb(78,177,132); }
div.DivClassName
{
background-color: #4EB184;
}
.BgClassName
{
background-color: #4EB184;
}
</style>
border-color css
<style>
span { border-color: #4EB184; }
span { border-color: rgb(78,177,132); }
td.TdClassName
{
border-color: #4EB184;
}
.TagClassName
{
border-color: #4EB184;
}
</style>