Shades of Medium Sea Green #3CB06D
Tints of Medium Sea Green #3CB06D
RGB
CMYK
RGB Variations
Color information
#3CB06D (or 0x3CB06D) is known color: Medium Sea Green. HEX triplet: 3C, B0 and 6D. RGB value is (60,176,109). Sum of RGB (Red+Green+Blue) = 60+176+109=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB06D is #C34F92. Grayscale: #858585. Windows color (decimal): -12799891 or 7188540. OLE color: 7188540.
HSL color Cylindrical-coordinate representation of color #3CB06D: hue angle of 145.34º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB06D is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 109 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.31 |
| HSL | 145.34º | 0.49% | 0.46% | - |
| HSV(B) | 145.34º | 0.66% | 0.69% | - |
| XYZ | 20.15 | 33.12 | 19.8 | - |
| YUV | 133.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 109 | 0.66 | 0 | 0.38 | 0.31 | 145.34 | 0.49 | 0.46 |
| Hex | 3C | B0 | 6D | 42 | 0 | 26 | 1F | 91 | 31 | 2E |
| Octal | 74 | 260 | 155 | 102 | 0 | 46 | 37 | 221 | 61 | 56 |
| Binary | 111100 | 10110000 | 1101101 | 1000010 | 0 | 100110 | 11111 | 10010001 | 110001 | 101110 |
Color Harmonies of #3CB06D
Complementary color
Monochromatic Colors of #3CB06D
Black with #3CB06D
Text Example
Text Example
White with #3CB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB06D; }
p { color: rgb(60,176,109); }
H1.HeaderClassName
{
color: #3CB06D;
}
.AnyTagClassName
{
color: #3CB06D;
}
</style>
background-color css
<style>
a { background-color: #3CB06D; }
a { background-color: rgb(60,176,109); }
div.DivClassName
{
background-color: #3CB06D;
}
.BgClassName
{
background-color: #3CB06D;
}
</style>
border-color css
<style>
span { border-color: #3CB06D; }
span { border-color: rgb(60,176,109); }
td.TdClassName
{
border-color: #3CB06D;
}
.TagClassName
{
border-color: #3CB06D;
}
</style>