Shades of Medium Sea Green #3CAA7C
Tints of Medium Sea Green #3CAA7C
RGB
CMYK
RGB Variations
Color information
#3CAA7C (or 0x3CAA7C) is known color: Medium Sea Green. HEX triplet: 3C, AA and 7C. RGB value is (60,170,124). Sum of RGB (Red+Green+Blue) = 60+170+124=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA7C is #C35583. Grayscale: #838383. Windows color (decimal): -12801412 or 8170044. OLE color: 8170044.
HSL color Cylindrical-coordinate representation of color #3CAA7C: hue angle of 154.91º 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 #3CAA7C is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 124 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.33 |
| HSL | 154.91º | 0.48% | 0.45% | - |
| HSV(B) | 154.91º | 0.65% | 0.67% | - |
| XYZ | 19.88 | 31.17 | 24.04 | - |
| YUV | 131.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 124 | 0.65 | 0 | 0.27 | 0.33 | 154.91 | 0.48 | 0.45 |
| Hex | 3C | AA | 7C | 41 | 0 | 1B | 21 | 9B | 30 | 2D |
| Octal | 74 | 252 | 174 | 101 | 0 | 33 | 41 | 233 | 60 | 55 |
| Binary | 111100 | 10101010 | 1111100 | 1000001 | 0 | 11011 | 100001 | 10011011 | 110000 | 101101 |
Color Harmonies of #3CAA7C
Complementary color
Monochromatic Colors of #3CAA7C
Black with #3CAA7C
Text Example
Text Example
White with #3CAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA7C; }
p { color: rgb(60,170,124); }
H1.HeaderClassName
{
color: #3CAA7C;
}
.AnyTagClassName
{
color: #3CAA7C;
}
</style>
background-color css
<style>
a { background-color: #3CAA7C; }
a { background-color: rgb(60,170,124); }
div.DivClassName
{
background-color: #3CAA7C;
}
.BgClassName
{
background-color: #3CAA7C;
}
</style>
border-color css
<style>
span { border-color: #3CAA7C; }
span { border-color: rgb(60,170,124); }
td.TdClassName
{
border-color: #3CAA7C;
}
.TagClassName
{
border-color: #3CAA7C;
}
</style>