Shades of Medium Sea Green #3DC366
Tints of Medium Sea Green #3DC366
RGB
CMYK
RGB Variations
Color information
#3DC366 (or 0x3DC366) is known color: Medium Sea Green. HEX triplet: 3D, C3 and 66. RGB value is (61,195,102). Sum of RGB (Red+Green+Blue) = 61+195+102=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC366 is #C23C99. Grayscale: #909090. Windows color (decimal): -12729498 or 6734653. OLE color: 6734653.
HSL color Cylindrical-coordinate representation of color #3DC366: hue angle of 138.36º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC366 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 102 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.24 |
| HSL | 138.36º | 0.53% | 0.5% | - |
| HSV(B) | 138.36º | 0.69% | 0.76% | - |
| XYZ | 23.84 | 40.98 | 19.22 | - |
| YUV | 144.33 | 104.11 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 102 | 0.69 | 0 | 0.48 | 0.24 | 138.36 | 0.53 | 0.5 |
| Hex | 3D | C3 | 66 | 45 | 0 | 30 | 18 | 8A | 35 | 32 |
| Octal | 75 | 303 | 146 | 105 | 0 | 60 | 30 | 212 | 65 | 62 |
| Binary | 111101 | 11000011 | 1100110 | 1000101 | 0 | 110000 | 11000 | 10001010 | 110101 | 110010 |
Color Harmonies of #3DC366
Complementary color
Monochromatic Colors of #3DC366
Black with #3DC366
Text Example
Text Example
White with #3DC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC366; }
p { color: rgb(61,195,102); }
H1.HeaderClassName
{
color: #3DC366;
}
.AnyTagClassName
{
color: #3DC366;
}
</style>
background-color css
<style>
a { background-color: #3DC366; }
a { background-color: rgb(61,195,102); }
div.DivClassName
{
background-color: #3DC366;
}
.BgClassName
{
background-color: #3DC366;
}
</style>
border-color css
<style>
span { border-color: #3DC366; }
span { border-color: rgb(61,195,102); }
td.TdClassName
{
border-color: #3DC366;
}
.TagClassName
{
border-color: #3DC366;
}
</style>