Shades of Medium Sea Green #3CC85B
Tints of Medium Sea Green #3CC85B
RGB
CMYK
RGB Variations
Color information
#3CC85B (or 0x3CC85B) is known color: Medium Sea Green. HEX triplet: 3C, C8 and 5B. RGB value is (60,200,91). Sum of RGB (Red+Green+Blue) = 60+200+91=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC85B is #C337A4. Grayscale: #929292. Windows color (decimal): -12793765 or 6015036. OLE color: 6015036.
HSL color Cylindrical-coordinate representation of color #3CC85B: hue angle of 133.29º 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 #3CC85B is Cyan = 0.7, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 91 | - |
| CMYK | 0.7 | 0 | 0.54 | 0.22 |
| HSL | 133.29º | 0.56% | 0.51% | - |
| HSV(B) | 133.29º | 0.7% | 0.78% | - |
| XYZ | 24.41 | 43.02 | 16.92 | - |
| YUV | 145.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 91 | 0.7 | 0 | 0.54 | 0.22 | 133.29 | 0.56 | 0.51 |
| Hex | 3C | C8 | 5B | 46 | 0 | 36 | 16 | 85 | 38 | 33 |
| Octal | 74 | 310 | 133 | 106 | 0 | 66 | 26 | 205 | 70 | 63 |
| Binary | 111100 | 11001000 | 1011011 | 1000110 | 0 | 110110 | 10110 | 10000101 | 111000 | 110011 |
Color Harmonies of #3CC85B
Complementary color
Monochromatic Colors of #3CC85B
Black with #3CC85B
Text Example
Text Example
White with #3CC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC85B; }
p { color: rgb(60,200,91); }
H1.HeaderClassName
{
color: #3CC85B;
}
.AnyTagClassName
{
color: #3CC85B;
}
</style>
background-color css
<style>
a { background-color: #3CC85B; }
a { background-color: rgb(60,200,91); }
div.DivClassName
{
background-color: #3CC85B;
}
.BgClassName
{
background-color: #3CC85B;
}
</style>
border-color css
<style>
span { border-color: #3CC85B; }
span { border-color: rgb(60,200,91); }
td.TdClassName
{
border-color: #3CC85B;
}
.TagClassName
{
border-color: #3CC85B;
}
</style>