Shades of Ocean Green #4EB185
Tints of Ocean Green #4EB185
RGB
CMYK
RGB Variations
Color information
#4EB185 (or 0x4EB185) is known color: Ocean Green. HEX triplet: 4E, B1 and 85. RGB value is (78,177,133). Sum of RGB (Red+Green+Blue) = 78+177+133=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB185 is #B14E7A. Grayscale: #8E8E8E. Windows color (decimal): -11619963 or 8761678. OLE color: 8761678.
HSL color Cylindrical-coordinate representation of color #4EB185: hue angle of 153.33º 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 #4EB185 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 177 | 133 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.31 |
| HSL | 153.33º | 0.39% | 0.5% | - |
| HSV(B) | 153.33º | 0.56% | 0.69% | - |
| XYZ | 23.1 | 34.76 | 27.68 | - |
| YUV | 142.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 177 | 133 | 0.56 | 0 | 0.25 | 0.31 | 153.33 | 0.39 | 0.5 |
| Hex | 4E | B1 | 85 | 38 | 0 | 19 | 1F | 99 | 27 | 32 |
| Octal | 116 | 261 | 205 | 70 | 0 | 31 | 37 | 231 | 47 | 62 |
| Binary | 1001110 | 10110001 | 10000101 | 111000 | 0 | 11001 | 11111 | 10011001 | 100111 | 110010 |
Color Harmonies of #4EB185
Complementary color
Monochromatic Colors of #4EB185
Black with #4EB185
Text Example
Text Example
White with #4EB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB185; }
p { color: rgb(78,177,133); }
H1.HeaderClassName
{
color: #4EB185;
}
.AnyTagClassName
{
color: #4EB185;
}
</style>
background-color css
<style>
a { background-color: #4EB185; }
a { background-color: rgb(78,177,133); }
div.DivClassName
{
background-color: #4EB185;
}
.BgClassName
{
background-color: #4EB185;
}
</style>
border-color css
<style>
span { border-color: #4EB185; }
span { border-color: rgb(78,177,133); }
td.TdClassName
{
border-color: #4EB185;
}
.TagClassName
{
border-color: #4EB185;
}
</style>