Shades of Medium Sea Green #3DC069
Tints of Medium Sea Green #3DC069
RGB
CMYK
RGB Variations
Color information
#3DC069 (or 0x3DC069) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 69. RGB value is (61,192,105). Sum of RGB (Red+Green+Blue) = 61+192+105=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC069 is #C23F96. Grayscale: #8F8F8F. Windows color (decimal): -12730263 or 6930493. OLE color: 6930493.
HSL color Cylindrical-coordinate representation of color #3DC069: hue angle of 140.15º 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 #3DC069 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 105 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.25 |
| HSL | 140.15º | 0.52% | 0.5% | - |
| HSV(B) | 140.15º | 0.68% | 0.75% | - |
| XYZ | 23.32 | 39.71 | 19.8 | - |
| YUV | 142.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 105 | 0.68 | 0 | 0.45 | 0.25 | 140.15 | 0.52 | 0.5 |
| Hex | 3D | C0 | 69 | 44 | 0 | 2D | 19 | 8C | 34 | 32 |
| Octal | 75 | 300 | 151 | 104 | 0 | 55 | 31 | 214 | 64 | 62 |
| Binary | 111101 | 11000000 | 1101001 | 1000100 | 0 | 101101 | 11001 | 10001100 | 110100 | 110010 |
Color Harmonies of #3DC069
Complementary color
Monochromatic Colors of #3DC069
Black with #3DC069
Text Example
Text Example
White with #3DC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC069; }
p { color: rgb(61,192,105); }
H1.HeaderClassName
{
color: #3DC069;
}
.AnyTagClassName
{
color: #3DC069;
}
</style>
background-color css
<style>
a { background-color: #3DC069; }
a { background-color: rgb(61,192,105); }
div.DivClassName
{
background-color: #3DC069;
}
.BgClassName
{
background-color: #3DC069;
}
</style>
border-color css
<style>
span { border-color: #3DC069; }
span { border-color: rgb(61,192,105); }
td.TdClassName
{
border-color: #3DC069;
}
.TagClassName
{
border-color: #3DC069;
}
</style>