Shades of Medium Sea Green #3CC274
Tints of Medium Sea Green #3CC274
RGB
CMYK
RGB Variations
Color information
#3CC274 (or 0x3CC274) is known color: Medium Sea Green. HEX triplet: 3C, C2 and 74. RGB value is (60,194,116). Sum of RGB (Red+Green+Blue) = 60+194+116=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC274 is #C33D8B. Grayscale: #919191. Windows color (decimal): -12795276 or 7651900. OLE color: 7651900.
HSL color Cylindrical-coordinate representation of color #3CC274: hue angle of 145.07º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC274 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 116 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.24 |
| HSL | 145.07º | 0.53% | 0.5% | - |
| HSV(B) | 145.07º | 0.69% | 0.76% | - |
| XYZ | 24.31 | 40.81 | 23.12 | - |
| YUV | 145.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 116 | 0.69 | 0 | 0.40 | 0.24 | 145.07 | 0.53 | 0.5 |
| Hex | 3C | C2 | 74 | 45 | 0 | 28 | 18 | 91 | 35 | 32 |
| Octal | 74 | 302 | 164 | 105 | 0 | 50 | 30 | 221 | 65 | 62 |
| Binary | 111100 | 11000010 | 1110100 | 1000101 | 0 | 101000 | 11000 | 10010001 | 110101 | 110010 |
Color Harmonies of #3CC274
Complementary color
Monochromatic Colors of #3CC274
Black with #3CC274
Text Example
Text Example
White with #3CC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC274; }
p { color: rgb(60,194,116); }
H1.HeaderClassName
{
color: #3CC274;
}
.AnyTagClassName
{
color: #3CC274;
}
</style>
background-color css
<style>
a { background-color: #3CC274; }
a { background-color: rgb(60,194,116); }
div.DivClassName
{
background-color: #3CC274;
}
.BgClassName
{
background-color: #3CC274;
}
</style>
border-color css
<style>
span { border-color: #3CC274; }
span { border-color: rgb(60,194,116); }
td.TdClassName
{
border-color: #3CC274;
}
.TagClassName
{
border-color: #3CC274;
}
</style>