Shades of Medium Sea Green #3CC270
Tints of Medium Sea Green #3CC270
RGB
CMYK
RGB Variations
Color information
#3CC270 (or 0x3CC270) is known color: Medium Sea Green. HEX triplet: 3C, C2 and 70. RGB value is (60,194,112). Sum of RGB (Red+Green+Blue) = 60+194+112=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC270 is #C33D8F. Grayscale: #909090. Windows color (decimal): -12795280 or 7389756. OLE color: 7389756.
HSL color Cylindrical-coordinate representation of color #3CC270: hue angle of 143.28º 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 #3CC270 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 112 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.24 |
| HSL | 143.28º | 0.53% | 0.5% | - |
| HSV(B) | 143.28º | 0.69% | 0.76% | - |
| XYZ | 24.08 | 40.71 | 21.92 | - |
| YUV | 144.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 112 | 0.69 | 0 | 0.42 | 0.24 | 143.28 | 0.53 | 0.5 |
| Hex | 3C | C2 | 70 | 45 | 0 | 2A | 18 | 8F | 35 | 32 |
| Octal | 74 | 302 | 160 | 105 | 0 | 52 | 30 | 217 | 65 | 62 |
| Binary | 111100 | 11000010 | 1110000 | 1000101 | 0 | 101010 | 11000 | 10001111 | 110101 | 110010 |
Color Harmonies of #3CC270
Complementary color
Monochromatic Colors of #3CC270
Black with #3CC270
Text Example
Text Example
White with #3CC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC270; }
p { color: rgb(60,194,112); }
H1.HeaderClassName
{
color: #3CC270;
}
.AnyTagClassName
{
color: #3CC270;
}
</style>
background-color css
<style>
a { background-color: #3CC270; }
a { background-color: rgb(60,194,112); }
div.DivClassName
{
background-color: #3CC270;
}
.BgClassName
{
background-color: #3CC270;
}
</style>
border-color css
<style>
span { border-color: #3CC270; }
span { border-color: rgb(60,194,112); }
td.TdClassName
{
border-color: #3CC270;
}
.TagClassName
{
border-color: #3CC270;
}
</style>