Shades of Medium Sea Green #3DC05A
Tints of Medium Sea Green #3DC05A
RGB
CMYK
RGB Variations
Color information
#3DC05A (or 0x3DC05A) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 5A. RGB value is (61,192,90). Sum of RGB (Red+Green+Blue) = 61+192+90=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC05A is #C23FA5. Grayscale: #8D8D8D. Windows color (decimal): -12730278 or 5947453. OLE color: 5947453.
HSL color Cylindrical-coordinate representation of color #3DC05A: hue angle of 133.28º 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 #3DC05A is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 90 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.25 |
| HSL | 133.28º | 0.52% | 0.5% | - |
| HSV(B) | 133.28º | 0.68% | 0.75% | - |
| XYZ | 22.62 | 39.43 | 16.09 | - |
| YUV | 141.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 90 | 0.68 | 0 | 0.53 | 0.25 | 133.28 | 0.52 | 0.5 |
| Hex | 3D | C0 | 5A | 44 | 0 | 35 | 19 | 85 | 34 | 32 |
| Octal | 75 | 300 | 132 | 104 | 0 | 65 | 31 | 205 | 64 | 62 |
| Binary | 111101 | 11000000 | 1011010 | 1000100 | 0 | 110101 | 11001 | 10000101 | 110100 | 110010 |
Color Harmonies of #3DC05A
Complementary color
Monochromatic Colors of #3DC05A
Black with #3DC05A
Text Example
Text Example
White with #3DC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC05A; }
p { color: rgb(61,192,90); }
H1.HeaderClassName
{
color: #3DC05A;
}
.AnyTagClassName
{
color: #3DC05A;
}
</style>
background-color css
<style>
a { background-color: #3DC05A; }
a { background-color: rgb(61,192,90); }
div.DivClassName
{
background-color: #3DC05A;
}
.BgClassName
{
background-color: #3DC05A;
}
</style>
border-color css
<style>
span { border-color: #3DC05A; }
span { border-color: rgb(61,192,90); }
td.TdClassName
{
border-color: #3DC05A;
}
.TagClassName
{
border-color: #3DC05A;
}
</style>