Shades of Medium Sea Green #3BBC7A
Tints of Medium Sea Green #3BBC7A
RGB
CMYK
RGB Variations
Color information
#3BBC7A (or 0x3BBC7A) is known color: Medium Sea Green. HEX triplet: 3B, BC and 7A. RGB value is (59,188,122). Sum of RGB (Red+Green+Blue) = 59+188+122=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BBC7A is #C44385. Grayscale: #8E8E8E. Windows color (decimal): -12862342 or 8043579. OLE color: 8043579.
HSL color Cylindrical-coordinate representation of color #3BBC7A: hue angle of 149.3º 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 #3BBC7A is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 122 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.26 |
| HSL | 149.3º | 0.52% | 0.48% | - |
| HSV(B) | 149.3º | 0.69% | 0.74% | - |
| XYZ | 23.3 | 38.3 | 24.58 | - |
| YUV | 141.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 122 | 0.69 | 0 | 0.35 | 0.26 | 149.3 | 0.52 | 0.48 |
| Hex | 3B | BC | 7A | 45 | 0 | 23 | 1A | 95 | 34 | 30 |
| Octal | 73 | 274 | 172 | 105 | 0 | 43 | 32 | 225 | 64 | 60 |
| Binary | 111011 | 10111100 | 1111010 | 1000101 | 0 | 100011 | 11010 | 10010101 | 110100 | 110000 |
Color Harmonies of #3BBC7A
Complementary color
Monochromatic Colors of #3BBC7A
Black with #3BBC7A
Text Example
Text Example
White with #3BBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC7A; }
p { color: rgb(59,188,122); }
H1.HeaderClassName
{
color: #3BBC7A;
}
.AnyTagClassName
{
color: #3BBC7A;
}
</style>
background-color css
<style>
a { background-color: #3BBC7A; }
a { background-color: rgb(59,188,122); }
div.DivClassName
{
background-color: #3BBC7A;
}
.BgClassName
{
background-color: #3BBC7A;
}
</style>
border-color css
<style>
span { border-color: #3BBC7A; }
span { border-color: rgb(59,188,122); }
td.TdClassName
{
border-color: #3BBC7A;
}
.TagClassName
{
border-color: #3BBC7A;
}
</style>