Shades of Medium Sea Green #3CB074
Tints of Medium Sea Green #3CB074
RGB
CMYK
RGB Variations
Color information
#3CB074 (or 0x3CB074) is known color: Medium Sea Green. HEX triplet: 3C, B0 and 74. RGB value is (60,176,116). Sum of RGB (Red+Green+Blue) = 60+176+116=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB074 is #C34F8B. Grayscale: #868686. Windows color (decimal): -12799884 or 7647292. OLE color: 7647292.
HSL color Cylindrical-coordinate representation of color #3CB074: hue angle of 148.97º 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 #3CB074 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 176 | 116 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.31 |
| HSL | 148.97º | 0.49% | 0.46% | - |
| HSV(B) | 148.97º | 0.66% | 0.69% | - |
| XYZ | 20.54 | 33.27 | 21.86 | - |
| YUV | 134.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 116 | 0.66 | 0 | 0.34 | 0.31 | 148.97 | 0.49 | 0.46 |
| Hex | 3C | B0 | 74 | 42 | 0 | 22 | 1F | 95 | 31 | 2E |
| Octal | 74 | 260 | 164 | 102 | 0 | 42 | 37 | 225 | 61 | 56 |
| Binary | 111100 | 10110000 | 1110100 | 1000010 | 0 | 100010 | 11111 | 10010101 | 110001 | 101110 |
Color Harmonies of #3CB074
Complementary color
Monochromatic Colors of #3CB074
Black with #3CB074
Text Example
Text Example
White with #3CB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB074; }
p { color: rgb(60,176,116); }
H1.HeaderClassName
{
color: #3CB074;
}
.AnyTagClassName
{
color: #3CB074;
}
</style>
background-color css
<style>
a { background-color: #3CB074; }
a { background-color: rgb(60,176,116); }
div.DivClassName
{
background-color: #3CB074;
}
.BgClassName
{
background-color: #3CB074;
}
</style>
border-color css
<style>
span { border-color: #3CB074; }
span { border-color: rgb(60,176,116); }
td.TdClassName
{
border-color: #3CB074;
}
.TagClassName
{
border-color: #3CB074;
}
</style>