Shades of Ocean Green #3FA06E
Tints of Ocean Green #3FA06E
RGB
CMYK
RGB Variations
Color information
#3FA06E (or 0x3FA06E) is known color: Ocean Green. HEX triplet: 3F, A0 and 6E. RGB value is (63,160,110). Sum of RGB (Red+Green+Blue) = 63+160+110=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA06E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA06E is #C05F91. Grayscale: #7D7D7D. Windows color (decimal): -12607378 or 7249983. OLE color: 7249983.
HSL color Cylindrical-coordinate representation of color #3FA06E: hue angle of 149.07º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA06E is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 110 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.37 |
| HSL | 149.07º | 0.43% | 0.44% | - |
| HSV(B) | 149.07º | 0.61% | 0.63% | - |
| XYZ | 17.44 | 27.32 | 19.11 | - |
| YUV | 125.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 110 | 0.61 | 0 | 0.31 | 0.37 | 149.07 | 0.43 | 0.44 |
| Hex | 3F | A0 | 6E | 3D | 0 | 1F | 25 | 95 | 2B | 2C |
| Octal | 77 | 240 | 156 | 75 | 0 | 37 | 45 | 225 | 53 | 54 |
| Binary | 111111 | 10100000 | 1101110 | 111101 | 0 | 11111 | 100101 | 10010101 | 101011 | 101100 |
Color Harmonies of #3FA06E
Complementary color
Monochromatic Colors of #3FA06E
Black with #3FA06E
Text Example
Text Example
White with #3FA06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA06E; }
p { color: rgb(63,160,110); }
H1.HeaderClassName
{
color: #3FA06E;
}
.AnyTagClassName
{
color: #3FA06E;
}
</style>
background-color css
<style>
a { background-color: #3FA06E; }
a { background-color: rgb(63,160,110); }
div.DivClassName
{
background-color: #3FA06E;
}
.BgClassName
{
background-color: #3FA06E;
}
</style>
border-color css
<style>
span { border-color: #3FA06E; }
span { border-color: rgb(63,160,110); }
td.TdClassName
{
border-color: #3FA06E;
}
.TagClassName
{
border-color: #3FA06E;
}
</style>