Shades of Ocean Green #439F68
Tints of Ocean Green #439F68
RGB
CMYK
RGB Variations
Color information
#439F68 (or 0x439F68) is known color: Ocean Green. HEX triplet: 43, 9F and 68. RGB value is (67,159,104). Sum of RGB (Red+Green+Blue) = 67+159+104=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #439F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F68 is #BC6097. Grayscale: #7D7D7D. Windows color (decimal): -12345496 or 6856515. OLE color: 6856515.
HSL color Cylindrical-coordinate representation of color #439F68: hue angle of 144.13º degrees, saturation: 0.41, 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 #439F68 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 159 | 104 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.38 |
| HSL | 144.13º | 0.41% | 0.44% | - |
| HSV(B) | 144.13º | 0.58% | 0.62% | - |
| XYZ | 17.21 | 26.99 | 17.4 | - |
| YUV | 125.22 | 116.02 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 104 | 0.58 | 0 | 0.35 | 0.38 | 144.13 | 0.41 | 0.44 |
| Hex | 43 | 9F | 68 | 3A | 0 | 23 | 26 | 90 | 29 | 2C |
| Octal | 103 | 237 | 150 | 72 | 0 | 43 | 46 | 220 | 51 | 54 |
| Binary | 1000011 | 10011111 | 1101000 | 111010 | 0 | 100011 | 100110 | 10010000 | 101001 | 101100 |
Color Harmonies of #439F68
Complementary color
Monochromatic Colors of #439F68
Black with #439F68
Text Example
Text Example
White with #439F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439F68; }
p { color: rgb(67,159,104); }
H1.HeaderClassName
{
color: #439F68;
}
.AnyTagClassName
{
color: #439F68;
}
</style>
background-color css
<style>
a { background-color: #439F68; }
a { background-color: rgb(67,159,104); }
div.DivClassName
{
background-color: #439F68;
}
.BgClassName
{
background-color: #439F68;
}
</style>
border-color css
<style>
span { border-color: #439F68; }
span { border-color: rgb(67,159,104); }
td.TdClassName
{
border-color: #439F68;
}
.TagClassName
{
border-color: #439F68;
}
</style>