Shades of Medium Sea Green #3DC282
Tints of Medium Sea Green #3DC282
RGB
CMYK
RGB Variations
Color information
#3DC282 (or 0x3DC282) is known color: Medium Sea Green. HEX triplet: 3D, C2 and 82. RGB value is (61,194,130). Sum of RGB (Red+Green+Blue) = 61+194+130=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC282 is #C23D7D. Grayscale: #939393. Windows color (decimal): -12729726 or 8569405. OLE color: 8569405.
HSL color Cylindrical-coordinate representation of color #3DC282: hue angle of 151.13º degrees, saturation: 0.52, 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 #3DC282 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 130 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.24 |
| HSL | 151.13º | 0.52% | 0.5% | - |
| HSV(B) | 151.13º | 0.69% | 0.76% | - |
| XYZ | 25.25 | 41.19 | 27.74 | - |
| YUV | 146.94 | 118.44 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 130 | 0.69 | 0 | 0.33 | 0.24 | 151.13 | 0.52 | 0.5 |
| Hex | 3D | C2 | 82 | 45 | 0 | 21 | 18 | 97 | 34 | 32 |
| Octal | 75 | 302 | 202 | 105 | 0 | 41 | 30 | 227 | 64 | 62 |
| Binary | 111101 | 11000010 | 10000010 | 1000101 | 0 | 100001 | 11000 | 10010111 | 110100 | 110010 |
Color Harmonies of #3DC282
Complementary color
Monochromatic Colors of #3DC282
Black with #3DC282
Text Example
Text Example
White with #3DC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC282; }
p { color: rgb(61,194,130); }
H1.HeaderClassName
{
color: #3DC282;
}
.AnyTagClassName
{
color: #3DC282;
}
</style>
background-color css
<style>
a { background-color: #3DC282; }
a { background-color: rgb(61,194,130); }
div.DivClassName
{
background-color: #3DC282;
}
.BgClassName
{
background-color: #3DC282;
}
</style>
border-color css
<style>
span { border-color: #3DC282; }
span { border-color: rgb(61,194,130); }
td.TdClassName
{
border-color: #3DC282;
}
.TagClassName
{
border-color: #3DC282;
}
</style>