Shades of Ocean Green #3F9E6C
Tints of Ocean Green #3F9E6C
RGB
CMYK
RGB Variations
Color information
#3F9E6C (or 0x3F9E6C) is known color: Ocean Green. HEX triplet: 3F, 9E and 6C. RGB value is (63,158,108). Sum of RGB (Red+Green+Blue) = 63+158+108=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9E6C is #C06193. Grayscale: #7C7C7C. Windows color (decimal): -12607892 or 7118399. OLE color: 7118399.
HSL color Cylindrical-coordinate representation of color #3F9E6C: hue angle of 148.42º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9E6C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 158 | 108 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.38 |
| HSL | 148.42º | 0.43% | 0.43% | - |
| HSV(B) | 148.42º | 0.6% | 0.62% | - |
| XYZ | 16.98 | 26.59 | 18.43 | - |
| YUV | 123.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 158 | 108 | 0.60 | 0 | 0.32 | 0.38 | 148.42 | 0.43 | 0.43 |
| Hex | 3F | 9E | 6C | 3C | 0 | 20 | 26 | 94 | 2B | 2B |
| Octal | 77 | 236 | 154 | 74 | 0 | 40 | 46 | 224 | 53 | 53 |
| Binary | 111111 | 10011110 | 1101100 | 111100 | 0 | 100000 | 100110 | 10010100 | 101011 | 101011 |
Color Harmonies of #3F9E6C
Complementary color
Monochromatic Colors of #3F9E6C
Black with #3F9E6C
Text Example
Text Example
White with #3F9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9E6C; }
p { color: rgb(63,158,108); }
H1.HeaderClassName
{
color: #3F9E6C;
}
.AnyTagClassName
{
color: #3F9E6C;
}
</style>
background-color css
<style>
a { background-color: #3F9E6C; }
a { background-color: rgb(63,158,108); }
div.DivClassName
{
background-color: #3F9E6C;
}
.BgClassName
{
background-color: #3F9E6C;
}
</style>
border-color css
<style>
span { border-color: #3F9E6C; }
span { border-color: rgb(63,158,108); }
td.TdClassName
{
border-color: #3F9E6C;
}
.TagClassName
{
border-color: #3F9E6C;
}
</style>