Shades of Medium Sea Green #3AC680
Tints of Medium Sea Green #3AC680
RGB
CMYK
RGB Variations
Color information
#3AC680 (or 0x3AC680) is known color: Medium Sea Green. HEX triplet: 3A, C6 and 80. RGB value is (58,198,128). Sum of RGB (Red+Green+Blue) = 58+198+128=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC680 is #C5397F. Grayscale: #949494. Windows color (decimal): -12925312 or 8439354. OLE color: 8439354.
HSL color Cylindrical-coordinate representation of color #3AC680: hue angle of 150º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC680 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 128 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.22 |
| HSL | 150º | 0.55% | 0.5% | - |
| HSV(B) | 150º | 0.71% | 0.78% | - |
| XYZ | 25.84 | 42.85 | 27.33 | - |
| YUV | 148.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 128 | 0.71 | 0 | 0.35 | 0.22 | 150 | 0.55 | 0.5 |
| Hex | 3A | C6 | 80 | 47 | 0 | 23 | 16 | 96 | 37 | 32 |
| Octal | 72 | 306 | 200 | 107 | 0 | 43 | 26 | 226 | 67 | 62 |
| Binary | 111010 | 11000110 | 10000000 | 1000111 | 0 | 100011 | 10110 | 10010110 | 110111 | 110010 |
Color Harmonies of #3AC680
Complementary color
Monochromatic Colors of #3AC680
Black with #3AC680
Text Example
Text Example
White with #3AC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC680; }
p { color: rgb(58,198,128); }
H1.HeaderClassName
{
color: #3AC680;
}
.AnyTagClassName
{
color: #3AC680;
}
</style>
background-color css
<style>
a { background-color: #3AC680; }
a { background-color: rgb(58,198,128); }
div.DivClassName
{
background-color: #3AC680;
}
.BgClassName
{
background-color: #3AC680;
}
</style>
border-color css
<style>
span { border-color: #3AC680; }
span { border-color: rgb(58,198,128); }
td.TdClassName
{
border-color: #3AC680;
}
.TagClassName
{
border-color: #3AC680;
}
</style>