Shades of Medium Sea Green #3DC16F
Tints of Medium Sea Green #3DC16F
RGB
CMYK
RGB Variations
Color information
#3DC16F (or 0x3DC16F) is known color: Medium Sea Green. HEX triplet: 3D, C1 and 6F. RGB value is (61,193,111). Sum of RGB (Red+Green+Blue) = 61+193+111=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC16F is #C23E90. Grayscale: #909090. Windows color (decimal): -12730001 or 7323965. OLE color: 7323965.
HSL color Cylindrical-coordinate representation of color #3DC16F: hue angle of 142.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC16F is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 193 | 111 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.24 |
| HSL | 142.73º | 0.52% | 0.5% | - |
| HSV(B) | 142.73º | 0.68% | 0.76% | - |
| XYZ | 23.86 | 40.28 | 21.56 | - |
| YUV | 144.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 193 | 111 | 0.68 | 0 | 0.42 | 0.24 | 142.73 | 0.52 | 0.5 |
| Hex | 3D | C1 | 6F | 44 | 0 | 2A | 18 | 8F | 34 | 32 |
| Octal | 75 | 301 | 157 | 104 | 0 | 52 | 30 | 217 | 64 | 62 |
| Binary | 111101 | 11000001 | 1101111 | 1000100 | 0 | 101010 | 11000 | 10001111 | 110100 | 110010 |
Color Harmonies of #3DC16F
Complementary color
Monochromatic Colors of #3DC16F
Black with #3DC16F
Text Example
Text Example
White with #3DC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC16F; }
p { color: rgb(61,193,111); }
H1.HeaderClassName
{
color: #3DC16F;
}
.AnyTagClassName
{
color: #3DC16F;
}
</style>
background-color css
<style>
a { background-color: #3DC16F; }
a { background-color: rgb(61,193,111); }
div.DivClassName
{
background-color: #3DC16F;
}
.BgClassName
{
background-color: #3DC16F;
}
</style>
border-color css
<style>
span { border-color: #3DC16F; }
span { border-color: rgb(61,193,111); }
td.TdClassName
{
border-color: #3DC16F;
}
.TagClassName
{
border-color: #3DC16F;
}
</style>