Shades of Medium Sea Green #3DC083
Tints of Medium Sea Green #3DC083
RGB
CMYK
RGB Variations
Color information
#3DC083 (or 0x3DC083) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 83. RGB value is (61,192,131). Sum of RGB (Red+Green+Blue) = 61+192+131=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC083 is #C23F7C. Grayscale: #919191. Windows color (decimal): -12730237 or 8634429. OLE color: 8634429.
HSL color Cylindrical-coordinate representation of color #3DC083: hue angle of 152.06º 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 #3DC083 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 131 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.25 |
| HSL | 152.06º | 0.52% | 0.5% | - |
| HSV(B) | 152.06º | 0.68% | 0.75% | - |
| XYZ | 24.87 | 40.33 | 27.95 | - |
| YUV | 145.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 131 | 0.68 | 0 | 0.32 | 0.25 | 152.06 | 0.52 | 0.5 |
| Hex | 3D | C0 | 83 | 44 | 0 | 20 | 19 | 98 | 34 | 32 |
| Octal | 75 | 300 | 203 | 104 | 0 | 40 | 31 | 230 | 64 | 62 |
| Binary | 111101 | 11000000 | 10000011 | 1000100 | 0 | 100000 | 11001 | 10011000 | 110100 | 110010 |
Color Harmonies of #3DC083
Complementary color
Monochromatic Colors of #3DC083
Black with #3DC083
Text Example
Text Example
White with #3DC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC083; }
p { color: rgb(61,192,131); }
H1.HeaderClassName
{
color: #3DC083;
}
.AnyTagClassName
{
color: #3DC083;
}
</style>
background-color css
<style>
a { background-color: #3DC083; }
a { background-color: rgb(61,192,131); }
div.DivClassName
{
background-color: #3DC083;
}
.BgClassName
{
background-color: #3DC083;
}
</style>
border-color css
<style>
span { border-color: #3DC083; }
span { border-color: rgb(61,192,131); }
td.TdClassName
{
border-color: #3DC083;
}
.TagClassName
{
border-color: #3DC083;
}
</style>