Shades of Medium Sea Green #3CBC7A
Tints of Medium Sea Green #3CBC7A
RGB
CMYK
RGB Variations
Color information
#3CBC7A (or 0x3CBC7A) is known color: Medium Sea Green. HEX triplet: 3C, BC and 7A. RGB value is (60,188,122). Sum of RGB (Red+Green+Blue) = 60+188+122=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC7A is #C34385. Grayscale: #8E8E8E. Windows color (decimal): -12796806 or 8043580. OLE color: 8043580.
HSL color Cylindrical-coordinate representation of color #3CBC7A: hue angle of 149.06º 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 #3CBC7A is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 122 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.26 |
| HSL | 149.06º | 0.52% | 0.49% | - |
| HSV(B) | 149.06º | 0.68% | 0.74% | - |
| XYZ | 23.36 | 38.33 | 24.58 | - |
| YUV | 142.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 122 | 0.68 | 0 | 0.35 | 0.26 | 149.06 | 0.52 | 0.49 |
| Hex | 3C | BC | 7A | 44 | 0 | 23 | 1A | 95 | 34 | 31 |
| Octal | 74 | 274 | 172 | 104 | 0 | 43 | 32 | 225 | 64 | 61 |
| Binary | 111100 | 10111100 | 1111010 | 1000100 | 0 | 100011 | 11010 | 10010101 | 110100 | 110001 |
Color Harmonies of #3CBC7A
Complementary color
Monochromatic Colors of #3CBC7A
Black with #3CBC7A
Text Example
Text Example
White with #3CBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC7A; }
p { color: rgb(60,188,122); }
H1.HeaderClassName
{
color: #3CBC7A;
}
.AnyTagClassName
{
color: #3CBC7A;
}
</style>
background-color css
<style>
a { background-color: #3CBC7A; }
a { background-color: rgb(60,188,122); }
div.DivClassName
{
background-color: #3CBC7A;
}
.BgClassName
{
background-color: #3CBC7A;
}
</style>
border-color css
<style>
span { border-color: #3CBC7A; }
span { border-color: rgb(60,188,122); }
td.TdClassName
{
border-color: #3CBC7A;
}
.TagClassName
{
border-color: #3CBC7A;
}
</style>