Shades of Medium Sea Green #3CAD66
Tints of Medium Sea Green #3CAD66
RGB
CMYK
RGB Variations
Color information
#3CAD66 (or 0x3CAD66) is known color: Medium Sea Green. HEX triplet: 3C, AD and 66. RGB value is (60,173,102). Sum of RGB (Red+Green+Blue) = 60+173+102=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD66 is #C35299. Grayscale: #838383. Windows color (decimal): -12800666 or 6729020. OLE color: 6729020.
HSL color Cylindrical-coordinate representation of color #3CAD66: hue angle of 142.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD66 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 102 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.32 |
| HSL | 142.3º | 0.48% | 0.46% | - |
| HSV(B) | 142.3º | 0.65% | 0.68% | - |
| XYZ | 19.21 | 31.81 | 17.7 | - |
| YUV | 131.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 102 | 0.65 | 0 | 0.41 | 0.32 | 142.3 | 0.48 | 0.46 |
| Hex | 3C | AD | 66 | 41 | 0 | 29 | 20 | 8E | 30 | 2E |
| Octal | 74 | 255 | 146 | 101 | 0 | 51 | 40 | 216 | 60 | 56 |
| Binary | 111100 | 10101101 | 1100110 | 1000001 | 0 | 101001 | 100000 | 10001110 | 110000 | 101110 |
Color Harmonies of #3CAD66
Complementary color
Monochromatic Colors of #3CAD66
Black with #3CAD66
Text Example
Text Example
White with #3CAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD66; }
p { color: rgb(60,173,102); }
H1.HeaderClassName
{
color: #3CAD66;
}
.AnyTagClassName
{
color: #3CAD66;
}
</style>
background-color css
<style>
a { background-color: #3CAD66; }
a { background-color: rgb(60,173,102); }
div.DivClassName
{
background-color: #3CAD66;
}
.BgClassName
{
background-color: #3CAD66;
}
</style>
border-color css
<style>
span { border-color: #3CAD66; }
span { border-color: rgb(60,173,102); }
td.TdClassName
{
border-color: #3CAD66;
}
.TagClassName
{
border-color: #3CAD66;
}
</style>