Shades of Medium Sea Green #3CC85A
Tints of Medium Sea Green #3CC85A
RGB
CMYK
RGB Variations
Color information
#3CC85A (or 0x3CC85A) is known color: Medium Sea Green. HEX triplet: 3C, C8 and 5A. RGB value is (60,200,90). Sum of RGB (Red+Green+Blue) = 60+200+90=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC85A is #C337A5. Grayscale: #919191. Windows color (decimal): -12793766 or 5949500. OLE color: 5949500.
HSL color Cylindrical-coordinate representation of color #3CC85A: hue angle of 132.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC85A is Cyan = 0.7, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 90 | - |
| CMYK | 0.7 | 0 | 0.55 | 0.22 |
| HSL | 132.86º | 0.56% | 0.51% | - |
| HSV(B) | 132.86º | 0.7% | 0.78% | - |
| XYZ | 24.36 | 43.01 | 16.69 | - |
| YUV | 145.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 90 | 0.7 | 0 | 0.55 | 0.22 | 132.86 | 0.56 | 0.51 |
| Hex | 3C | C8 | 5A | 46 | 0 | 37 | 16 | 85 | 38 | 33 |
| Octal | 74 | 310 | 132 | 106 | 0 | 67 | 26 | 205 | 70 | 63 |
| Binary | 111100 | 11001000 | 1011010 | 1000110 | 0 | 110111 | 10110 | 10000101 | 111000 | 110011 |
Color Harmonies of #3CC85A
Complementary color
Monochromatic Colors of #3CC85A
Black with #3CC85A
Text Example
Text Example
White with #3CC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC85A; }
p { color: rgb(60,200,90); }
H1.HeaderClassName
{
color: #3CC85A;
}
.AnyTagClassName
{
color: #3CC85A;
}
</style>
background-color css
<style>
a { background-color: #3CC85A; }
a { background-color: rgb(60,200,90); }
div.DivClassName
{
background-color: #3CC85A;
}
.BgClassName
{
background-color: #3CC85A;
}
</style>
border-color css
<style>
span { border-color: #3CC85A; }
span { border-color: rgb(60,200,90); }
td.TdClassName
{
border-color: #3CC85A;
}
.TagClassName
{
border-color: #3CC85A;
}
</style>