Shades of Ocean Green #439E73
Tints of Ocean Green #439E73
RGB
CMYK
RGB Variations
Color information
#439E73 (or 0x439E73) is known color: Ocean Green. HEX triplet: 43, 9E and 73. RGB value is (67,158,115). Sum of RGB (Red+Green+Blue) = 67+158+115=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #439E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E73 is #BC618C. Grayscale: #7D7D7D. Windows color (decimal): -12345741 or 7577155. OLE color: 7577155.
HSL color Cylindrical-coordinate representation of color #439E73: hue angle of 151.65º 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 #439E73 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 115 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.38 |
| HSL | 151.65º | 0.4% | 0.44% | - |
| HSV(B) | 151.65º | 0.58% | 0.62% | - |
| XYZ | 17.64 | 26.88 | 20.48 | - |
| YUV | 125.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 115 | 0.58 | 0 | 0.27 | 0.38 | 151.65 | 0.4 | 0.44 |
| Hex | 43 | 9E | 73 | 3A | 0 | 1B | 26 | 98 | 28 | 2C |
| Octal | 103 | 236 | 163 | 72 | 0 | 33 | 46 | 230 | 50 | 54 |
| Binary | 1000011 | 10011110 | 1110011 | 111010 | 0 | 11011 | 100110 | 10011000 | 101000 | 101100 |
Color Harmonies of #439E73
Complementary color
Monochromatic Colors of #439E73
Black with #439E73
Text Example
Text Example
White with #439E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E73; }
p { color: rgb(67,158,115); }
H1.HeaderClassName
{
color: #439E73;
}
.AnyTagClassName
{
color: #439E73;
}
</style>
background-color css
<style>
a { background-color: #439E73; }
a { background-color: rgb(67,158,115); }
div.DivClassName
{
background-color: #439E73;
}
.BgClassName
{
background-color: #439E73;
}
</style>
border-color css
<style>
span { border-color: #439E73; }
span { border-color: rgb(67,158,115); }
td.TdClassName
{
border-color: #439E73;
}
.TagClassName
{
border-color: #439E73;
}
</style>