Shades of Medium Sea Green #3CC07D
Tints of Medium Sea Green #3CC07D
RGB
CMYK
RGB Variations
Color information
#3CC07D (or 0x3CC07D) is known color: Medium Sea Green. HEX triplet: 3C, C0 and 7D. RGB value is (60,192,125). Sum of RGB (Red+Green+Blue) = 60+192+125=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC07D is #C33F82. Grayscale: #919191. Windows color (decimal): -12795779 or 8241212. OLE color: 8241212.
HSL color Cylindrical-coordinate representation of color #3CC07D: hue angle of 149.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC07D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 125 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.25 |
| HSL | 149.55º | 0.52% | 0.49% | - |
| HSV(B) | 149.55º | 0.69% | 0.75% | - |
| XYZ | 24.41 | 40.14 | 25.86 | - |
| YUV | 144.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 125 | 0.69 | 0 | 0.35 | 0.25 | 149.55 | 0.52 | 0.49 |
| Hex | 3C | C0 | 7D | 45 | 0 | 23 | 19 | 96 | 34 | 31 |
| Octal | 74 | 300 | 175 | 105 | 0 | 43 | 31 | 226 | 64 | 61 |
| Binary | 111100 | 11000000 | 1111101 | 1000101 | 0 | 100011 | 11001 | 10010110 | 110100 | 110001 |
Color Harmonies of #3CC07D
Complementary color
Monochromatic Colors of #3CC07D
Black with #3CC07D
Text Example
Text Example
White with #3CC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC07D; }
p { color: rgb(60,192,125); }
H1.HeaderClassName
{
color: #3CC07D;
}
.AnyTagClassName
{
color: #3CC07D;
}
</style>
background-color css
<style>
a { background-color: #3CC07D; }
a { background-color: rgb(60,192,125); }
div.DivClassName
{
background-color: #3CC07D;
}
.BgClassName
{
background-color: #3CC07D;
}
</style>
border-color css
<style>
span { border-color: #3CC07D; }
span { border-color: rgb(60,192,125); }
td.TdClassName
{
border-color: #3CC07D;
}
.TagClassName
{
border-color: #3CC07D;
}
</style>