Shades of Medium Sea Green #3CB97D
Tints of Medium Sea Green #3CB97D
RGB
CMYK
RGB Variations
Color information
#3CB97D (or 0x3CB97D) is known color: Medium Sea Green. HEX triplet: 3C, B9 and 7D. RGB value is (60,185,125). Sum of RGB (Red+Green+Blue) = 60+185+125=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB97D is #C34682. Grayscale: #8C8C8C. Windows color (decimal): -12797571 or 8239420. OLE color: 8239420.
HSL color Cylindrical-coordinate representation of color #3CB97D: hue angle of 151.2º 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 #3CB97D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 125 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.27 |
| HSL | 151.2º | 0.51% | 0.48% | - |
| HSV(B) | 151.2º | 0.68% | 0.73% | - |
| XYZ | 22.91 | 37.14 | 25.36 | - |
| YUV | 140.79 | 119.09 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 125 | 0.68 | 0 | 0.32 | 0.27 | 151.2 | 0.51 | 0.48 |
| Hex | 3C | B9 | 7D | 44 | 0 | 20 | 1B | 97 | 33 | 30 |
| Octal | 74 | 271 | 175 | 104 | 0 | 40 | 33 | 227 | 63 | 60 |
| Binary | 111100 | 10111001 | 1111101 | 1000100 | 0 | 100000 | 11011 | 10010111 | 110011 | 110000 |
Color Harmonies of #3CB97D
Complementary color
Monochromatic Colors of #3CB97D
Black with #3CB97D
Text Example
Text Example
White with #3CB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB97D; }
p { color: rgb(60,185,125); }
H1.HeaderClassName
{
color: #3CB97D;
}
.AnyTagClassName
{
color: #3CB97D;
}
</style>
background-color css
<style>
a { background-color: #3CB97D; }
a { background-color: rgb(60,185,125); }
div.DivClassName
{
background-color: #3CB97D;
}
.BgClassName
{
background-color: #3CB97D;
}
</style>
border-color css
<style>
span { border-color: #3CB97D; }
span { border-color: rgb(60,185,125); }
td.TdClassName
{
border-color: #3CB97D;
}
.TagClassName
{
border-color: #3CB97D;
}
</style>