Shades of Medium Sea Green #3DC06A
Tints of Medium Sea Green #3DC06A
RGB
CMYK
RGB Variations
Color information
#3DC06A (or 0x3DC06A) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 6A. RGB value is (61,192,106). Sum of RGB (Red+Green+Blue) = 61+192+106=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC06A is #C23F95. Grayscale: #8F8F8F. Windows color (decimal): -12730262 or 6996029. OLE color: 6996029.
HSL color Cylindrical-coordinate representation of color #3DC06A: hue angle of 140.61º 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 #3DC06A is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 106 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.25 |
| HSL | 140.61º | 0.52% | 0.5% | - |
| HSV(B) | 140.61º | 0.68% | 0.75% | - |
| XYZ | 23.38 | 39.73 | 20.07 | - |
| YUV | 143.03 | 107.1 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 106 | 0.68 | 0 | 0.45 | 0.25 | 140.61 | 0.52 | 0.5 |
| Hex | 3D | C0 | 6A | 44 | 0 | 2D | 19 | 8D | 34 | 32 |
| Octal | 75 | 300 | 152 | 104 | 0 | 55 | 31 | 215 | 64 | 62 |
| Binary | 111101 | 11000000 | 1101010 | 1000100 | 0 | 101101 | 11001 | 10001101 | 110100 | 110010 |
Color Harmonies of #3DC06A
Complementary color
Monochromatic Colors of #3DC06A
Black with #3DC06A
Text Example
Text Example
White with #3DC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC06A; }
p { color: rgb(61,192,106); }
H1.HeaderClassName
{
color: #3DC06A;
}
.AnyTagClassName
{
color: #3DC06A;
}
</style>
background-color css
<style>
a { background-color: #3DC06A; }
a { background-color: rgb(61,192,106); }
div.DivClassName
{
background-color: #3DC06A;
}
.BgClassName
{
background-color: #3DC06A;
}
</style>
border-color css
<style>
span { border-color: #3DC06A; }
span { border-color: rgb(61,192,106); }
td.TdClassName
{
border-color: #3DC06A;
}
.TagClassName
{
border-color: #3DC06A;
}
</style>