Shades of Medium Sea Green #3CB785
Tints of Medium Sea Green #3CB785
RGB
CMYK
RGB Variations
Color information
#3CB785 (or 0x3CB785) is known color: Medium Sea Green. HEX triplet: 3C, B7 and 85. RGB value is (60,183,133). Sum of RGB (Red+Green+Blue) = 60+183+133=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB785 is #C3487A. Grayscale: #8C8C8C. Windows color (decimal): -12798075 or 8763196. OLE color: 8763196.
HSL color Cylindrical-coordinate representation of color #3CB785: hue angle of 155.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB785 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 133 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.28 |
| HSL | 155.61º | 0.51% | 0.48% | - |
| HSV(B) | 155.61º | 0.67% | 0.72% | - |
| XYZ | 23.03 | 36.52 | 28.03 | - |
| YUV | 140.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 133 | 0.67 | 0 | 0.27 | 0.28 | 155.61 | 0.51 | 0.48 |
| Hex | 3C | B7 | 85 | 43 | 0 | 1B | 1C | 9C | 33 | 30 |
| Octal | 74 | 267 | 205 | 103 | 0 | 33 | 34 | 234 | 63 | 60 |
| Binary | 111100 | 10110111 | 10000101 | 1000011 | 0 | 11011 | 11100 | 10011100 | 110011 | 110000 |
Color Harmonies of #3CB785
Complementary color
Monochromatic Colors of #3CB785
Black with #3CB785
Text Example
Text Example
White with #3CB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB785; }
p { color: rgb(60,183,133); }
H1.HeaderClassName
{
color: #3CB785;
}
.AnyTagClassName
{
color: #3CB785;
}
</style>
background-color css
<style>
a { background-color: #3CB785; }
a { background-color: rgb(60,183,133); }
div.DivClassName
{
background-color: #3CB785;
}
.BgClassName
{
background-color: #3CB785;
}
</style>
border-color css
<style>
span { border-color: #3CB785; }
span { border-color: rgb(60,183,133); }
td.TdClassName
{
border-color: #3CB785;
}
.TagClassName
{
border-color: #3CB785;
}
</style>