Shades of Ocean Green #3FA175
Tints of Ocean Green #3FA175
RGB
CMYK
RGB Variations
Color information
#3FA175 (or 0x3FA175) is known color: Ocean Green. HEX triplet: 3F, A1 and 75. RGB value is (63,161,117). Sum of RGB (Red+Green+Blue) = 63+161+117=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA175 is #C05E8A. Grayscale: #7E7E7E. Windows color (decimal): -12607115 or 7708991. OLE color: 7708991.
HSL color Cylindrical-coordinate representation of color #3FA175: hue angle of 153.06º degrees, saturation: 0.44, 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 #3FA175 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 117 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.37 |
| HSL | 153.06º | 0.44% | 0.44% | - |
| HSV(B) | 153.06º | 0.61% | 0.63% | - |
| XYZ | 18.01 | 27.83 | 21.25 | - |
| YUV | 126.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 117 | 0.61 | 0 | 0.27 | 0.37 | 153.06 | 0.44 | 0.44 |
| Hex | 3F | A1 | 75 | 3D | 0 | 1B | 25 | 99 | 2C | 2C |
| Octal | 77 | 241 | 165 | 75 | 0 | 33 | 45 | 231 | 54 | 54 |
| Binary | 111111 | 10100001 | 1110101 | 111101 | 0 | 11011 | 100101 | 10011001 | 101100 | 101100 |
Color Harmonies of #3FA175
Complementary color
Monochromatic Colors of #3FA175
Black with #3FA175
Text Example
Text Example
White with #3FA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA175; }
p { color: rgb(63,161,117); }
H1.HeaderClassName
{
color: #3FA175;
}
.AnyTagClassName
{
color: #3FA175;
}
</style>
background-color css
<style>
a { background-color: #3FA175; }
a { background-color: rgb(63,161,117); }
div.DivClassName
{
background-color: #3FA175;
}
.BgClassName
{
background-color: #3FA175;
}
</style>
border-color css
<style>
span { border-color: #3FA175; }
span { border-color: rgb(63,161,117); }
td.TdClassName
{
border-color: #3FA175;
}
.TagClassName
{
border-color: #3FA175;
}
</style>