Shades of Medium Sea Green #3AC382
Tints of Medium Sea Green #3AC382
RGB
CMYK
RGB Variations
Color information
#3AC382 (or 0x3AC382) is known color: Medium Sea Green. HEX triplet: 3A, C3 and 82. RGB value is (58,195,130). Sum of RGB (Red+Green+Blue) = 58+195+130=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC382 is #C53C7D. Grayscale: #929292. Windows color (decimal): -12926078 or 8569658. OLE color: 8569658.
HSL color Cylindrical-coordinate representation of color #3AC382: hue angle of 151.53º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC382 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 130 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.24 |
| HSL | 151.53º | 0.54% | 0.5% | - |
| HSV(B) | 151.53º | 0.7% | 0.76% | - |
| XYZ | 25.29 | 41.54 | 27.8 | - |
| YUV | 146.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 130 | 0.70 | 0 | 0.33 | 0.24 | 151.53 | 0.54 | 0.5 |
| Hex | 3A | C3 | 82 | 46 | 0 | 21 | 18 | 98 | 36 | 32 |
| Octal | 72 | 303 | 202 | 106 | 0 | 41 | 30 | 230 | 66 | 62 |
| Binary | 111010 | 11000011 | 10000010 | 1000110 | 0 | 100001 | 11000 | 10011000 | 110110 | 110010 |
Color Harmonies of #3AC382
Complementary color
Monochromatic Colors of #3AC382
Black with #3AC382
Text Example
Text Example
White with #3AC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC382; }
p { color: rgb(58,195,130); }
H1.HeaderClassName
{
color: #3AC382;
}
.AnyTagClassName
{
color: #3AC382;
}
</style>
background-color css
<style>
a { background-color: #3AC382; }
a { background-color: rgb(58,195,130); }
div.DivClassName
{
background-color: #3AC382;
}
.BgClassName
{
background-color: #3AC382;
}
</style>
border-color css
<style>
span { border-color: #3AC382; }
span { border-color: rgb(58,195,130); }
td.TdClassName
{
border-color: #3AC382;
}
.TagClassName
{
border-color: #3AC382;
}
</style>