Shades of Medium Sea Green #3DC06F
Tints of Medium Sea Green #3DC06F
RGB
CMYK
RGB Variations
Color information
#3DC06F (or 0x3DC06F) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 6F. RGB value is (61,192,111). Sum of RGB (Red+Green+Blue) = 61+192+111=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC06F is #C23F90. Grayscale: #8F8F8F. Windows color (decimal): -12730257 or 7323709. OLE color: 7323709.
HSL color Cylindrical-coordinate representation of color #3DC06F: hue angle of 142.9º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC06F is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 111 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.25 |
| HSL | 142.9º | 0.52% | 0.5% | - |
| HSV(B) | 142.9º | 0.68% | 0.75% | - |
| XYZ | 23.64 | 39.84 | 21.48 | - |
| YUV | 143.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 111 | 0.68 | 0 | 0.42 | 0.25 | 142.9 | 0.52 | 0.5 |
| Hex | 3D | C0 | 6F | 44 | 0 | 2A | 19 | 8F | 34 | 32 |
| Octal | 75 | 300 | 157 | 104 | 0 | 52 | 31 | 217 | 64 | 62 |
| Binary | 111101 | 11000000 | 1101111 | 1000100 | 0 | 101010 | 11001 | 10001111 | 110100 | 110010 |
Color Harmonies of #3DC06F
Complementary color
Monochromatic Colors of #3DC06F
Black with #3DC06F
Text Example
Text Example
White with #3DC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC06F; }
p { color: rgb(61,192,111); }
H1.HeaderClassName
{
color: #3DC06F;
}
.AnyTagClassName
{
color: #3DC06F;
}
</style>
background-color css
<style>
a { background-color: #3DC06F; }
a { background-color: rgb(61,192,111); }
div.DivClassName
{
background-color: #3DC06F;
}
.BgClassName
{
background-color: #3DC06F;
}
</style>
border-color css
<style>
span { border-color: #3DC06F; }
span { border-color: rgb(61,192,111); }
td.TdClassName
{
border-color: #3DC06F;
}
.TagClassName
{
border-color: #3DC06F;
}
</style>