Shades of Medium Sea Green #3DC066
Tints of Medium Sea Green #3DC066
RGB
CMYK
RGB Variations
Color information
#3DC066 (or 0x3DC066) is known color: Medium Sea Green. HEX triplet: 3D, C0 and 66. RGB value is (61,192,102). Sum of RGB (Red+Green+Blue) = 61+192+102=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC066 is #C23F99. Grayscale: #8E8E8E. Windows color (decimal): -12730266 or 6733885. OLE color: 6733885.
HSL color Cylindrical-coordinate representation of color #3DC066: hue angle of 138.78º 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 #3DC066 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 102 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.25 |
| HSL | 138.78º | 0.52% | 0.5% | - |
| HSV(B) | 138.78º | 0.68% | 0.75% | - |
| XYZ | 23.17 | 39.65 | 19 | - |
| YUV | 142.57 | 105.1 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 102 | 0.68 | 0 | 0.47 | 0.25 | 138.78 | 0.52 | 0.5 |
| Hex | 3D | C0 | 66 | 44 | 0 | 2F | 19 | 8B | 34 | 32 |
| Octal | 75 | 300 | 146 | 104 | 0 | 57 | 31 | 213 | 64 | 62 |
| Binary | 111101 | 11000000 | 1100110 | 1000100 | 0 | 101111 | 11001 | 10001011 | 110100 | 110010 |
Color Harmonies of #3DC066
Complementary color
Monochromatic Colors of #3DC066
Black with #3DC066
Text Example
Text Example
White with #3DC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC066; }
p { color: rgb(61,192,102); }
H1.HeaderClassName
{
color: #3DC066;
}
.AnyTagClassName
{
color: #3DC066;
}
</style>
background-color css
<style>
a { background-color: #3DC066; }
a { background-color: rgb(61,192,102); }
div.DivClassName
{
background-color: #3DC066;
}
.BgClassName
{
background-color: #3DC066;
}
</style>
border-color css
<style>
span { border-color: #3DC066; }
span { border-color: rgb(61,192,102); }
td.TdClassName
{
border-color: #3DC066;
}
.TagClassName
{
border-color: #3DC066;
}
</style>