Shades of Medium Sea Green #3DC070
Tints of Medium Sea Green #3DC070
RGB
CMYK
RGB Variations
Color information
#3DC070 (or 0x3DC070) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 70. RGB value is (61,192,112). Sum of RGB (Red+Green+Blue) = 61+192+112=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC070 is #C23F8F. Grayscale: #8F8F8F. Windows color (decimal): -12730256 or 7389245. OLE color: 7389245.
HSL color Cylindrical-coordinate representation of color #3DC070: hue angle of 143.36º 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 #3DC070 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 112 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.25 |
| HSL | 143.36º | 0.52% | 0.5% | - |
| HSV(B) | 143.36º | 0.68% | 0.75% | - |
| XYZ | 23.7 | 39.86 | 21.77 | - |
| YUV | 143.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 112 | 0.68 | 0 | 0.42 | 0.25 | 143.36 | 0.52 | 0.5 |
| Hex | 3D | C0 | 70 | 44 | 0 | 2A | 19 | 8F | 34 | 32 |
| Octal | 75 | 300 | 160 | 104 | 0 | 52 | 31 | 217 | 64 | 62 |
| Binary | 111101 | 11000000 | 1110000 | 1000100 | 0 | 101010 | 11001 | 10001111 | 110100 | 110010 |
Color Harmonies of #3DC070
Complementary color
Monochromatic Colors of #3DC070
Black with #3DC070
Text Example
Text Example
White with #3DC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC070; }
p { color: rgb(61,192,112); }
H1.HeaderClassName
{
color: #3DC070;
}
.AnyTagClassName
{
color: #3DC070;
}
</style>
background-color css
<style>
a { background-color: #3DC070; }
a { background-color: rgb(61,192,112); }
div.DivClassName
{
background-color: #3DC070;
}
.BgClassName
{
background-color: #3DC070;
}
</style>
border-color css
<style>
span { border-color: #3DC070; }
span { border-color: rgb(61,192,112); }
td.TdClassName
{
border-color: #3DC070;
}
.TagClassName
{
border-color: #3DC070;
}
</style>