Shades of Medium Sea Green #3DC06C
Tints of Medium Sea Green #3DC06C
RGB
CMYK
RGB Variations
Color information
#3DC06C (or 0x3DC06C) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 6C. RGB value is (61,192,108). Sum of RGB (Red+Green+Blue) = 61+192+108=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC06C is #C23F93. Grayscale: #8F8F8F. Windows color (decimal): -12730260 or 7127101. OLE color: 7127101.
HSL color Cylindrical-coordinate representation of color #3DC06C: hue angle of 141.53º 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 #3DC06C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 108 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.25 |
| HSL | 141.53º | 0.52% | 0.5% | - |
| HSV(B) | 141.53º | 0.68% | 0.75% | - |
| XYZ | 23.48 | 39.77 | 20.63 | - |
| YUV | 143.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 108 | 0.68 | 0 | 0.44 | 0.25 | 141.53 | 0.52 | 0.5 |
| Hex | 3D | C0 | 6C | 44 | 0 | 2C | 19 | 8E | 34 | 32 |
| Octal | 75 | 300 | 154 | 104 | 0 | 54 | 31 | 216 | 64 | 62 |
| Binary | 111101 | 11000000 | 1101100 | 1000100 | 0 | 101100 | 11001 | 10001110 | 110100 | 110010 |
Color Harmonies of #3DC06C
Complementary color
Monochromatic Colors of #3DC06C
Black with #3DC06C
Text Example
Text Example
White with #3DC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC06C; }
p { color: rgb(61,192,108); }
H1.HeaderClassName
{
color: #3DC06C;
}
.AnyTagClassName
{
color: #3DC06C;
}
</style>
background-color css
<style>
a { background-color: #3DC06C; }
a { background-color: rgb(61,192,108); }
div.DivClassName
{
background-color: #3DC06C;
}
.BgClassName
{
background-color: #3DC06C;
}
</style>
border-color css
<style>
span { border-color: #3DC06C; }
span { border-color: rgb(61,192,108); }
td.TdClassName
{
border-color: #3DC06C;
}
.TagClassName
{
border-color: #3DC06C;
}
</style>