Shades of Medium Sea Green #3CC07F
Tints of Medium Sea Green #3CC07F
RGB
CMYK
RGB Variations
Color information
#3CC07F (or 0x3CC07F) is known color: Medium Sea Green. HEX triplet: 3C, C0 and 7F. RGB value is (60,192,127). Sum of RGB (Red+Green+Blue) = 60+192+127=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC07F is #C33F80. Grayscale: #919191. Windows color (decimal): -12795777 or 8372284. OLE color: 8372284.
HSL color Cylindrical-coordinate representation of color #3CC07F: hue angle of 150.45º 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 #3CC07F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 127 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.25 |
| HSL | 150.45º | 0.52% | 0.49% | - |
| HSV(B) | 150.45º | 0.69% | 0.75% | - |
| XYZ | 24.54 | 40.19 | 26.54 | - |
| YUV | 145.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 127 | 0.69 | 0 | 0.34 | 0.25 | 150.45 | 0.52 | 0.49 |
| Hex | 3C | C0 | 7F | 45 | 0 | 22 | 19 | 96 | 34 | 31 |
| Octal | 74 | 300 | 177 | 105 | 0 | 42 | 31 | 226 | 64 | 61 |
| Binary | 111100 | 11000000 | 1111111 | 1000101 | 0 | 100010 | 11001 | 10010110 | 110100 | 110001 |
Color Harmonies of #3CC07F
Complementary color
Monochromatic Colors of #3CC07F
Black with #3CC07F
Text Example
Text Example
White with #3CC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC07F; }
p { color: rgb(60,192,127); }
H1.HeaderClassName
{
color: #3CC07F;
}
.AnyTagClassName
{
color: #3CC07F;
}
</style>
background-color css
<style>
a { background-color: #3CC07F; }
a { background-color: rgb(60,192,127); }
div.DivClassName
{
background-color: #3CC07F;
}
.BgClassName
{
background-color: #3CC07F;
}
</style>
border-color css
<style>
span { border-color: #3CC07F; }
span { border-color: rgb(60,192,127); }
td.TdClassName
{
border-color: #3CC07F;
}
.TagClassName
{
border-color: #3CC07F;
}
</style>