Shades of Medium Sea Green #3CAD7D
Tints of Medium Sea Green #3CAD7D
RGB
CMYK
RGB Variations
Color information
#3CAD7D (or 0x3CAD7D) is known color: Medium Sea Green. HEX triplet: 3C, AD and 7D. RGB value is (60,173,125). Sum of RGB (Red+Green+Blue) = 60+173+125=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAD7D is #C35282. Grayscale: #858585. Windows color (decimal): -12800643 or 8236348. OLE color: 8236348.
HSL color Cylindrical-coordinate representation of color #3CAD7D: hue angle of 154.51º 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 #3CAD7D is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 125 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.32 |
| HSL | 154.51º | 0.48% | 0.46% | - |
| HSV(B) | 154.51º | 0.65% | 0.68% | - |
| XYZ | 20.51 | 32.33 | 24.56 | - |
| YUV | 133.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 125 | 0.65 | 0 | 0.28 | 0.32 | 154.51 | 0.48 | 0.46 |
| Hex | 3C | AD | 7D | 41 | 0 | 1C | 20 | 9B | 30 | 2E |
| Octal | 74 | 255 | 175 | 101 | 0 | 34 | 40 | 233 | 60 | 56 |
| Binary | 111100 | 10101101 | 1111101 | 1000001 | 0 | 11100 | 100000 | 10011011 | 110000 | 101110 |
Color Harmonies of #3CAD7D
Complementary color
Monochromatic Colors of #3CAD7D
Black with #3CAD7D
Text Example
Text Example
White with #3CAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD7D; }
p { color: rgb(60,173,125); }
H1.HeaderClassName
{
color: #3CAD7D;
}
.AnyTagClassName
{
color: #3CAD7D;
}
</style>
background-color css
<style>
a { background-color: #3CAD7D; }
a { background-color: rgb(60,173,125); }
div.DivClassName
{
background-color: #3CAD7D;
}
.BgClassName
{
background-color: #3CAD7D;
}
</style>
border-color css
<style>
span { border-color: #3CAD7D; }
span { border-color: rgb(60,173,125); }
td.TdClassName
{
border-color: #3CAD7D;
}
.TagClassName
{
border-color: #3CAD7D;
}
</style>