Shades of Ocean Green #439E78
Tints of Ocean Green #439E78
RGB
CMYK
RGB Variations
Color information
#439E78 (or 0x439E78) is known color: Ocean Green. HEX triplet: 43, 9E and 78. RGB value is (67,158,120). Sum of RGB (Red+Green+Blue) = 67+158+120=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #439E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E78 is #BC6187. Grayscale: #7E7E7E. Windows color (decimal): -12345736 or 7904835. OLE color: 7904835.
HSL color Cylindrical-coordinate representation of color #439E78: hue angle of 154.95º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E78 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 120 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.38 |
| HSL | 154.95º | 0.4% | 0.44% | - |
| HSV(B) | 154.95º | 0.58% | 0.62% | - |
| XYZ | 17.93 | 27 | 22.04 | - |
| YUV | 126.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 120 | 0.58 | 0 | 0.24 | 0.38 | 154.95 | 0.4 | 0.44 |
| Hex | 43 | 9E | 78 | 3A | 0 | 18 | 26 | 9B | 28 | 2C |
| Octal | 103 | 236 | 170 | 72 | 0 | 30 | 46 | 233 | 50 | 54 |
| Binary | 1000011 | 10011110 | 1111000 | 111010 | 0 | 11000 | 100110 | 10011011 | 101000 | 101100 |
Color Harmonies of #439E78
Complementary color
Monochromatic Colors of #439E78
Black with #439E78
Text Example
Text Example
White with #439E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E78; }
p { color: rgb(67,158,120); }
H1.HeaderClassName
{
color: #439E78;
}
.AnyTagClassName
{
color: #439E78;
}
</style>
background-color css
<style>
a { background-color: #439E78; }
a { background-color: rgb(67,158,120); }
div.DivClassName
{
background-color: #439E78;
}
.BgClassName
{
background-color: #439E78;
}
</style>
border-color css
<style>
span { border-color: #439E78; }
span { border-color: rgb(67,158,120); }
td.TdClassName
{
border-color: #439E78;
}
.TagClassName
{
border-color: #439E78;
}
</style>