Shades of Medium Sea Green #3CB666
Tints of Medium Sea Green #3CB666
RGB
CMYK
RGB Variations
Color information
#3CB666 (or 0x3CB666) is known color: Medium Sea Green. HEX triplet: 3C, B6 and 66. RGB value is (60,182,102). Sum of RGB (Red+Green+Blue) = 60+182+102=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB666 is #C34999. Grayscale: #888888. Windows color (decimal): -12798362 or 6731324. OLE color: 6731324.
HSL color Cylindrical-coordinate representation of color #3CB666: hue angle of 140.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB666 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 102 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.29 |
| HSL | 140.66º | 0.5% | 0.47% | - |
| HSV(B) | 140.66º | 0.67% | 0.71% | - |
| XYZ | 20.99 | 35.38 | 18.29 | - |
| YUV | 136.4 | 108.58 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 102 | 0.67 | 0 | 0.44 | 0.29 | 140.66 | 0.5 | 0.47 |
| Hex | 3C | B6 | 66 | 43 | 0 | 2C | 1D | 8D | 32 | 2F |
| Octal | 74 | 266 | 146 | 103 | 0 | 54 | 35 | 215 | 62 | 57 |
| Binary | 111100 | 10110110 | 1100110 | 1000011 | 0 | 101100 | 11101 | 10001101 | 110010 | 101111 |
Color Harmonies of #3CB666
Complementary color
Monochromatic Colors of #3CB666
Black with #3CB666
Text Example
Text Example
White with #3CB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB666; }
p { color: rgb(60,182,102); }
H1.HeaderClassName
{
color: #3CB666;
}
.AnyTagClassName
{
color: #3CB666;
}
</style>
background-color css
<style>
a { background-color: #3CB666; }
a { background-color: rgb(60,182,102); }
div.DivClassName
{
background-color: #3CB666;
}
.BgClassName
{
background-color: #3CB666;
}
</style>
border-color css
<style>
span { border-color: #3CB666; }
span { border-color: rgb(60,182,102); }
td.TdClassName
{
border-color: #3CB666;
}
.TagClassName
{
border-color: #3CB666;
}
</style>