Shades of Medium Sea Green #3CC275
Tints of Medium Sea Green #3CC275
RGB
CMYK
RGB Variations
Color information
#3CC275 (or 0x3CC275) is known color: Medium Sea Green. HEX triplet: 3C, C2 and 75. RGB value is (60,194,117). Sum of RGB (Red+Green+Blue) = 60+194+117=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC275 is #C33D8A. Grayscale: #919191. Windows color (decimal): -12795275 or 7717436. OLE color: 7717436.
HSL color Cylindrical-coordinate representation of color #3CC275: hue angle of 145.52º 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 #3CC275 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 117 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.24 |
| HSL | 145.52º | 0.53% | 0.5% | - |
| HSV(B) | 145.52º | 0.69% | 0.76% | - |
| XYZ | 24.37 | 40.83 | 23.43 | - |
| YUV | 145.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 117 | 0.69 | 0 | 0.40 | 0.24 | 145.52 | 0.53 | 0.5 |
| Hex | 3C | C2 | 75 | 45 | 0 | 28 | 18 | 92 | 35 | 32 |
| Octal | 74 | 302 | 165 | 105 | 0 | 50 | 30 | 222 | 65 | 62 |
| Binary | 111100 | 11000010 | 1110101 | 1000101 | 0 | 101000 | 11000 | 10010010 | 110101 | 110010 |
Color Harmonies of #3CC275
Complementary color
Monochromatic Colors of #3CC275
Black with #3CC275
Text Example
Text Example
White with #3CC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC275; }
p { color: rgb(60,194,117); }
H1.HeaderClassName
{
color: #3CC275;
}
.AnyTagClassName
{
color: #3CC275;
}
</style>
background-color css
<style>
a { background-color: #3CC275; }
a { background-color: rgb(60,194,117); }
div.DivClassName
{
background-color: #3CC275;
}
.BgClassName
{
background-color: #3CC275;
}
</style>
border-color css
<style>
span { border-color: #3CC275; }
span { border-color: rgb(60,194,117); }
td.TdClassName
{
border-color: #3CC275;
}
.TagClassName
{
border-color: #3CC275;
}
</style>