Shades of Ocean Green #439E68
Tints of Ocean Green #439E68
RGB
CMYK
RGB Variations
Color information
#439E68 (or 0x439E68) is known color: Ocean Green. HEX triplet: 43, 9E and 68. RGB value is (67,158,104). Sum of RGB (Red+Green+Blue) = 67+158+104=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #439E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E68 is #BC6197. Grayscale: #7C7C7C. Windows color (decimal): -12345752 or 6856259. OLE color: 6856259.
HSL color Cylindrical-coordinate representation of color #439E68: hue angle of 144.4º 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 #439E68 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 104 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.38 |
| HSL | 144.4º | 0.4% | 0.44% | - |
| HSV(B) | 144.4º | 0.58% | 0.62% | - |
| XYZ | 17.04 | 26.65 | 17.34 | - |
| YUV | 124.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 104 | 0.58 | 0 | 0.34 | 0.38 | 144.4 | 0.4 | 0.44 |
| Hex | 43 | 9E | 68 | 3A | 0 | 22 | 26 | 90 | 28 | 2C |
| Octal | 103 | 236 | 150 | 72 | 0 | 42 | 46 | 220 | 50 | 54 |
| Binary | 1000011 | 10011110 | 1101000 | 111010 | 0 | 100010 | 100110 | 10010000 | 101000 | 101100 |
Color Harmonies of #439E68
Complementary color
Monochromatic Colors of #439E68
Black with #439E68
Text Example
Text Example
White with #439E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E68; }
p { color: rgb(67,158,104); }
H1.HeaderClassName
{
color: #439E68;
}
.AnyTagClassName
{
color: #439E68;
}
</style>
background-color css
<style>
a { background-color: #439E68; }
a { background-color: rgb(67,158,104); }
div.DivClassName
{
background-color: #439E68;
}
.BgClassName
{
background-color: #439E68;
}
</style>
border-color css
<style>
span { border-color: #439E68; }
span { border-color: rgb(67,158,104); }
td.TdClassName
{
border-color: #439E68;
}
.TagClassName
{
border-color: #439E68;
}
</style>