Shades of Medium Sea Green #3CBC7B
Tints of Medium Sea Green #3CBC7B
RGB
CMYK
RGB Variations
Color information
#3CBC7B (or 0x3CBC7B) is known color: Medium Sea Green. HEX triplet: 3C, BC and 7B. RGB value is (60,188,123). Sum of RGB (Red+Green+Blue) = 60+188+123=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC7B is #C34384. Grayscale: #8E8E8E. Windows color (decimal): -12796805 or 8109116. OLE color: 8109116.
HSL color Cylindrical-coordinate representation of color #3CBC7B: hue angle of 149.53º 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 #3CBC7B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 123 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.26 |
| HSL | 149.53º | 0.52% | 0.49% | - |
| HSV(B) | 149.53º | 0.68% | 0.74% | - |
| XYZ | 23.42 | 38.36 | 24.91 | - |
| YUV | 142.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 123 | 0.68 | 0 | 0.35 | 0.26 | 149.53 | 0.52 | 0.49 |
| Hex | 3C | BC | 7B | 44 | 0 | 23 | 1A | 96 | 34 | 31 |
| Octal | 74 | 274 | 173 | 104 | 0 | 43 | 32 | 226 | 64 | 61 |
| Binary | 111100 | 10111100 | 1111011 | 1000100 | 0 | 100011 | 11010 | 10010110 | 110100 | 110001 |
Color Harmonies of #3CBC7B
Complementary color
Monochromatic Colors of #3CBC7B
Black with #3CBC7B
Text Example
Text Example
White with #3CBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC7B; }
p { color: rgb(60,188,123); }
H1.HeaderClassName
{
color: #3CBC7B;
}
.AnyTagClassName
{
color: #3CBC7B;
}
</style>
background-color css
<style>
a { background-color: #3CBC7B; }
a { background-color: rgb(60,188,123); }
div.DivClassName
{
background-color: #3CBC7B;
}
.BgClassName
{
background-color: #3CBC7B;
}
</style>
border-color css
<style>
span { border-color: #3CBC7B; }
span { border-color: rgb(60,188,123); }
td.TdClassName
{
border-color: #3CBC7B;
}
.TagClassName
{
border-color: #3CBC7B;
}
</style>