Shades of Medium Sea Green #3BBC80
Tints of Medium Sea Green #3BBC80
RGB
CMYK
RGB Variations
Color information
#3BBC80 (or 0x3BBC80) is known color: Medium Sea Green. HEX triplet: 3B, BC and 80. RGB value is (59,188,128). Sum of RGB (Red+Green+Blue) = 59+188+128=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBC80 is #C4437F. Grayscale: #8E8E8E. Windows color (decimal): -12862336 or 8436795. OLE color: 8436795.
HSL color Cylindrical-coordinate representation of color #3BBC80: hue angle of 152.09º 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 #3BBC80 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 128 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.26 |
| HSL | 152.09º | 0.52% | 0.48% | - |
| HSV(B) | 152.09º | 0.69% | 0.74% | - |
| XYZ | 23.68 | 38.45 | 26.6 | - |
| YUV | 142.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 128 | 0.69 | 0 | 0.32 | 0.26 | 152.09 | 0.52 | 0.48 |
| Hex | 3B | BC | 80 | 45 | 0 | 20 | 1A | 98 | 34 | 30 |
| Octal | 73 | 274 | 200 | 105 | 0 | 40 | 32 | 230 | 64 | 60 |
| Binary | 111011 | 10111100 | 10000000 | 1000101 | 0 | 100000 | 11010 | 10011000 | 110100 | 110000 |
Color Harmonies of #3BBC80
Complementary color
Monochromatic Colors of #3BBC80
Black with #3BBC80
Text Example
Text Example
White with #3BBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC80; }
p { color: rgb(59,188,128); }
H1.HeaderClassName
{
color: #3BBC80;
}
.AnyTagClassName
{
color: #3BBC80;
}
</style>
background-color css
<style>
a { background-color: #3BBC80; }
a { background-color: rgb(59,188,128); }
div.DivClassName
{
background-color: #3BBC80;
}
.BgClassName
{
background-color: #3BBC80;
}
</style>
border-color css
<style>
span { border-color: #3BBC80; }
span { border-color: rgb(59,188,128); }
td.TdClassName
{
border-color: #3BBC80;
}
.TagClassName
{
border-color: #3BBC80;
}
</style>