Shades of Medium Sea Green #3CBA64
Tints of Medium Sea Green #3CBA64
RGB
CMYK
RGB Variations
Color information
#3CBA64 (or 0x3CBA64) is known color: Medium Sea Green. HEX triplet: 3C, BA and 64. RGB value is (60,186,100). Sum of RGB (Red+Green+Blue) = 60+186+100=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBA64 is #C3459B. Grayscale: #8A8A8A. Windows color (decimal): -12797340 or 6601276. OLE color: 6601276.
HSL color Cylindrical-coordinate representation of color #3CBA64: hue angle of 139.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA64 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 100 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.27 |
| HSL | 139.05º | 0.51% | 0.48% | - |
| HSV(B) | 139.05º | 0.68% | 0.73% | - |
| XYZ | 21.72 | 37 | 18.05 | - |
| YUV | 138.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 100 | 0.68 | 0 | 0.46 | 0.27 | 139.05 | 0.51 | 0.48 |
| Hex | 3C | BA | 64 | 44 | 0 | 2E | 1B | 8B | 33 | 30 |
| Octal | 74 | 272 | 144 | 104 | 0 | 56 | 33 | 213 | 63 | 60 |
| Binary | 111100 | 10111010 | 1100100 | 1000100 | 0 | 101110 | 11011 | 10001011 | 110011 | 110000 |
Color Harmonies of #3CBA64
Complementary color
Monochromatic Colors of #3CBA64
Black with #3CBA64
Text Example
Text Example
White with #3CBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA64; }
p { color: rgb(60,186,100); }
H1.HeaderClassName
{
color: #3CBA64;
}
.AnyTagClassName
{
color: #3CBA64;
}
</style>
background-color css
<style>
a { background-color: #3CBA64; }
a { background-color: rgb(60,186,100); }
div.DivClassName
{
background-color: #3CBA64;
}
.BgClassName
{
background-color: #3CBA64;
}
</style>
border-color css
<style>
span { border-color: #3CBA64; }
span { border-color: rgb(60,186,100); }
td.TdClassName
{
border-color: #3CBA64;
}
.TagClassName
{
border-color: #3CBA64;
}
</style>