Shades of Medium Sea Green #3CAC7A
Tints of Medium Sea Green #3CAC7A
RGB
CMYK
RGB Variations
Color information
#3CAC7A (or 0x3CAC7A) is known color: Medium Sea Green. HEX triplet: 3C, AC and 7A. RGB value is (60,172,122). Sum of RGB (Red+Green+Blue) = 60+172+122=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAC7A is #C35385. Grayscale: #848484. Windows color (decimal): -12800902 or 8039484. OLE color: 8039484.
HSL color Cylindrical-coordinate representation of color #3CAC7A: hue angle of 153.21º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC7A is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 122 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.33 |
| HSL | 153.21º | 0.48% | 0.45% | - |
| HSV(B) | 153.21º | 0.65% | 0.67% | - |
| XYZ | 20.13 | 31.87 | 23.5 | - |
| YUV | 132.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 122 | 0.65 | 0 | 0.29 | 0.33 | 153.21 | 0.48 | 0.45 |
| Hex | 3C | AC | 7A | 41 | 0 | 1D | 21 | 99 | 30 | 2D |
| Octal | 74 | 254 | 172 | 101 | 0 | 35 | 41 | 231 | 60 | 55 |
| Binary | 111100 | 10101100 | 1111010 | 1000001 | 0 | 11101 | 100001 | 10011001 | 110000 | 101101 |
Color Harmonies of #3CAC7A
Complementary color
Monochromatic Colors of #3CAC7A
Black with #3CAC7A
Text Example
Text Example
White with #3CAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC7A; }
p { color: rgb(60,172,122); }
H1.HeaderClassName
{
color: #3CAC7A;
}
.AnyTagClassName
{
color: #3CAC7A;
}
</style>
background-color css
<style>
a { background-color: #3CAC7A; }
a { background-color: rgb(60,172,122); }
div.DivClassName
{
background-color: #3CAC7A;
}
.BgClassName
{
background-color: #3CAC7A;
}
</style>
border-color css
<style>
span { border-color: #3CAC7A; }
span { border-color: rgb(60,172,122); }
td.TdClassName
{
border-color: #3CAC7A;
}
.TagClassName
{
border-color: #3CAC7A;
}
</style>