Shades of Medium Sea Green #3BBC7D
Tints of Medium Sea Green #3BBC7D
RGB
CMYK
RGB Variations
Color information
#3BBC7D (or 0x3BBC7D) is known color: Medium Sea Green. HEX triplet: 3B, BC and 7D. RGB value is (59,188,125). Sum of RGB (Red+Green+Blue) = 59+188+125=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BBC7D is #C44382. Grayscale: #8E8E8E. Windows color (decimal): -12862339 or 8240187. OLE color: 8240187.
HSL color Cylindrical-coordinate representation of color #3BBC7D: hue angle of 150.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC7D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 125 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.26 |
| HSL | 150.7º | 0.52% | 0.48% | - |
| HSV(B) | 150.7º | 0.69% | 0.74% | - |
| XYZ | 23.49 | 38.38 | 25.57 | - |
| YUV | 142.25 | 118.26 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 125 | 0.69 | 0 | 0.34 | 0.26 | 150.7 | 0.52 | 0.48 |
| Hex | 3B | BC | 7D | 45 | 0 | 22 | 1A | 97 | 34 | 30 |
| Octal | 73 | 274 | 175 | 105 | 0 | 42 | 32 | 227 | 64 | 60 |
| Binary | 111011 | 10111100 | 1111101 | 1000101 | 0 | 100010 | 11010 | 10010111 | 110100 | 110000 |
Color Harmonies of #3BBC7D
Complementary color
Monochromatic Colors of #3BBC7D
Black with #3BBC7D
Text Example
Text Example
White with #3BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC7D; }
p { color: rgb(59,188,125); }
H1.HeaderClassName
{
color: #3BBC7D;
}
.AnyTagClassName
{
color: #3BBC7D;
}
</style>
background-color css
<style>
a { background-color: #3BBC7D; }
a { background-color: rgb(59,188,125); }
div.DivClassName
{
background-color: #3BBC7D;
}
.BgClassName
{
background-color: #3BBC7D;
}
</style>
border-color css
<style>
span { border-color: #3BBC7D; }
span { border-color: rgb(59,188,125); }
td.TdClassName
{
border-color: #3BBC7D;
}
.TagClassName
{
border-color: #3BBC7D;
}
</style>