Shades of Medium Sea Green #3CBC85
Tints of Medium Sea Green #3CBC85
RGB
CMYK
RGB Variations
Color information
#3CBC85 (or 0x3CBC85) is known color: Medium Sea Green. HEX triplet: 3C, BC and 85. RGB value is (60,188,133). Sum of RGB (Red+Green+Blue) = 60+188+133=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC85 is #C3437A. Grayscale: #8F8F8F. Windows color (decimal): -12796795 or 8764476. OLE color: 8764476.
HSL color Cylindrical-coordinate representation of color #3CBC85: hue angle of 154.22º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC85 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 133 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.26 |
| HSL | 154.22º | 0.52% | 0.49% | - |
| HSV(B) | 154.22º | 0.68% | 0.74% | - |
| XYZ | 24.08 | 38.62 | 28.38 | - |
| YUV | 143.46 | 122.09 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 133 | 0.68 | 0 | 0.29 | 0.26 | 154.22 | 0.52 | 0.49 |
| Hex | 3C | BC | 85 | 44 | 0 | 1D | 1A | 9A | 34 | 31 |
| Octal | 74 | 274 | 205 | 104 | 0 | 35 | 32 | 232 | 64 | 61 |
| Binary | 111100 | 10111100 | 10000101 | 1000100 | 0 | 11101 | 11010 | 10011010 | 110100 | 110001 |
Color Harmonies of #3CBC85
Complementary color
Monochromatic Colors of #3CBC85
Black with #3CBC85
Text Example
Text Example
White with #3CBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC85; }
p { color: rgb(60,188,133); }
H1.HeaderClassName
{
color: #3CBC85;
}
.AnyTagClassName
{
color: #3CBC85;
}
</style>
background-color css
<style>
a { background-color: #3CBC85; }
a { background-color: rgb(60,188,133); }
div.DivClassName
{
background-color: #3CBC85;
}
.BgClassName
{
background-color: #3CBC85;
}
</style>
border-color css
<style>
span { border-color: #3CBC85; }
span { border-color: rgb(60,188,133); }
td.TdClassName
{
border-color: #3CBC85;
}
.TagClassName
{
border-color: #3CBC85;
}
</style>