Shades of Medium Sea Green #3DC380
Tints of Medium Sea Green #3DC380
RGB
CMYK
RGB Variations
Color information
#3DC380 (or 0x3DC380) is known color: Medium Sea Green. HEX triplet: 3D, C3 and 80. RGB value is (61,195,128). Sum of RGB (Red+Green+Blue) = 61+195+128=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC380 is #C23C7F. Grayscale: #939393. Windows color (decimal): -12729472 or 8438589. OLE color: 8438589.
HSL color Cylindrical-coordinate representation of color #3DC380: hue angle of 150º 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 #3DC380 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 195 | 128 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.24 |
| HSL | 150º | 0.53% | 0.5% | - |
| HSV(B) | 150º | 0.69% | 0.76% | - |
| XYZ | 25.34 | 41.58 | 27.11 | - |
| YUV | 147.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 128 | 0.69 | 0 | 0.34 | 0.24 | 150 | 0.53 | 0.5 |
| Hex | 3D | C3 | 80 | 45 | 0 | 22 | 18 | 96 | 35 | 32 |
| Octal | 75 | 303 | 200 | 105 | 0 | 42 | 30 | 226 | 65 | 62 |
| Binary | 111101 | 11000011 | 10000000 | 1000101 | 0 | 100010 | 11000 | 10010110 | 110101 | 110010 |
Color Harmonies of #3DC380
Complementary color
Monochromatic Colors of #3DC380
Black with #3DC380
Text Example
Text Example
White with #3DC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC380; }
p { color: rgb(61,195,128); }
H1.HeaderClassName
{
color: #3DC380;
}
.AnyTagClassName
{
color: #3DC380;
}
</style>
background-color css
<style>
a { background-color: #3DC380; }
a { background-color: rgb(61,195,128); }
div.DivClassName
{
background-color: #3DC380;
}
.BgClassName
{
background-color: #3DC380;
}
</style>
border-color css
<style>
span { border-color: #3DC380; }
span { border-color: rgb(61,195,128); }
td.TdClassName
{
border-color: #3DC380;
}
.TagClassName
{
border-color: #3DC380;
}
</style>