Shades of Medium Sea Green #3CB076
Tints of Medium Sea Green #3CB076
RGB
CMYK
RGB Variations
Color information
#3CB076 (or 0x3CB076) is known color: Medium Sea Green. HEX triplet: 3C, B0 and 76. RGB value is (60,176,118). Sum of RGB (Red+Green+Blue) = 60+176+118=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB076 is #C34F89. Grayscale: #868686. Windows color (decimal): -12799882 or 7778364. OLE color: 7778364.
HSL color Cylindrical-coordinate representation of color #3CB076: hue angle of 150º 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 #3CB076 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 118 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.31 |
| HSL | 150º | 0.49% | 0.46% | - |
| HSV(B) | 150º | 0.66% | 0.69% | - |
| XYZ | 20.66 | 33.32 | 22.48 | - |
| YUV | 134.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 118 | 0.66 | 0 | 0.33 | 0.31 | 150 | 0.49 | 0.46 |
| Hex | 3C | B0 | 76 | 42 | 0 | 21 | 1F | 96 | 31 | 2E |
| Octal | 74 | 260 | 166 | 102 | 0 | 41 | 37 | 226 | 61 | 56 |
| Binary | 111100 | 10110000 | 1110110 | 1000010 | 0 | 100001 | 11111 | 10010110 | 110001 | 101110 |
Color Harmonies of #3CB076
Complementary color
Monochromatic Colors of #3CB076
Black with #3CB076
Text Example
Text Example
White with #3CB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB076; }
p { color: rgb(60,176,118); }
H1.HeaderClassName
{
color: #3CB076;
}
.AnyTagClassName
{
color: #3CB076;
}
</style>
background-color css
<style>
a { background-color: #3CB076; }
a { background-color: rgb(60,176,118); }
div.DivClassName
{
background-color: #3CB076;
}
.BgClassName
{
background-color: #3CB076;
}
</style>
border-color css
<style>
span { border-color: #3CB076; }
span { border-color: rgb(60,176,118); }
td.TdClassName
{
border-color: #3CB076;
}
.TagClassName
{
border-color: #3CB076;
}
</style>