Shades of Medium Sea Green #3BC07A
Tints of Medium Sea Green #3BC07A
RGB
CMYK
RGB Variations
Color information
#3BC07A (or 0x3BC07A) is known color: Medium Sea Green. HEX triplet: 3B, C0 and 7A. RGB value is (59,192,122). Sum of RGB (Red+Green+Blue) = 59+192+122=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC07A is #C43F85. Grayscale: #909090. Windows color (decimal): -12861318 or 8044603. OLE color: 8044603.
HSL color Cylindrical-coordinate representation of color #3BC07A: hue angle of 148.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC07A is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 122 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.25 |
| HSL | 148.42º | 0.53% | 0.49% | - |
| HSV(B) | 148.42º | 0.69% | 0.75% | - |
| XYZ | 24.17 | 40.03 | 24.87 | - |
| YUV | 144.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 122 | 0.69 | 0 | 0.36 | 0.25 | 148.42 | 0.53 | 0.49 |
| Hex | 3B | C0 | 7A | 45 | 0 | 24 | 19 | 94 | 35 | 31 |
| Octal | 73 | 300 | 172 | 105 | 0 | 44 | 31 | 224 | 65 | 61 |
| Binary | 111011 | 11000000 | 1111010 | 1000101 | 0 | 100100 | 11001 | 10010100 | 110101 | 110001 |
Color Harmonies of #3BC07A
Complementary color
Monochromatic Colors of #3BC07A
Black with #3BC07A
Text Example
Text Example
White with #3BC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC07A; }
p { color: rgb(59,192,122); }
H1.HeaderClassName
{
color: #3BC07A;
}
.AnyTagClassName
{
color: #3BC07A;
}
</style>
background-color css
<style>
a { background-color: #3BC07A; }
a { background-color: rgb(59,192,122); }
div.DivClassName
{
background-color: #3BC07A;
}
.BgClassName
{
background-color: #3BC07A;
}
</style>
border-color css
<style>
span { border-color: #3BC07A; }
span { border-color: rgb(59,192,122); }
td.TdClassName
{
border-color: #3BC07A;
}
.TagClassName
{
border-color: #3BC07A;
}
</style>