Shades of Medium Sea Green #3AC282
Tints of Medium Sea Green #3AC282
RGB
CMYK
RGB Variations
Color information
#3AC282 (or 0x3AC282) is known color: Medium Sea Green. HEX triplet: 3A, C2 and 82. RGB value is (58,194,130). Sum of RGB (Red+Green+Blue) = 58+194+130=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC282 is #C53D7D. Grayscale: #929292. Windows color (decimal): -12926334 or 8569402. OLE color: 8569402.
HSL color Cylindrical-coordinate representation of color #3AC282: hue angle of 151.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC282 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 130 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.24 |
| HSL | 151.76º | 0.54% | 0.49% | - |
| HSV(B) | 151.76º | 0.7% | 0.76% | - |
| XYZ | 25.07 | 41.09 | 27.73 | - |
| YUV | 146.04 | 118.94 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 130 | 0.70 | 0 | 0.33 | 0.24 | 151.76 | 0.54 | 0.49 |
| Hex | 3A | C2 | 82 | 46 | 0 | 21 | 18 | 98 | 36 | 31 |
| Octal | 72 | 302 | 202 | 106 | 0 | 41 | 30 | 230 | 66 | 61 |
| Binary | 111010 | 11000010 | 10000010 | 1000110 | 0 | 100001 | 11000 | 10011000 | 110110 | 110001 |
Color Harmonies of #3AC282
Complementary color
Monochromatic Colors of #3AC282
Black with #3AC282
Text Example
Text Example
White with #3AC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC282; }
p { color: rgb(58,194,130); }
H1.HeaderClassName
{
color: #3AC282;
}
.AnyTagClassName
{
color: #3AC282;
}
</style>
background-color css
<style>
a { background-color: #3AC282; }
a { background-color: rgb(58,194,130); }
div.DivClassName
{
background-color: #3AC282;
}
.BgClassName
{
background-color: #3AC282;
}
</style>
border-color css
<style>
span { border-color: #3AC282; }
span { border-color: rgb(58,194,130); }
td.TdClassName
{
border-color: #3AC282;
}
.TagClassName
{
border-color: #3AC282;
}
</style>