Shades of Medium Sea Green #3AC081
Tints of Medium Sea Green #3AC081
RGB
CMYK
RGB Variations
Color information
#3AC081 (or 0x3AC081) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 81. RGB value is (58,192,129). Sum of RGB (Red+Green+Blue) = 58+192+129=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC081 is #C53F7E. Grayscale: #909090. Windows color (decimal): -12926847 or 8503354. OLE color: 8503354.
HSL color Cylindrical-coordinate representation of color #3AC081: hue angle of 151.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC081 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 129 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.25 |
| HSL | 151.79º | 0.54% | 0.49% | - |
| HSV(B) | 151.79º | 0.7% | 0.75% | - |
| XYZ | 24.56 | 40.18 | 27.23 | - |
| YUV | 144.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 129 | 0.70 | 0 | 0.33 | 0.25 | 151.79 | 0.54 | 0.49 |
| Hex | 3A | C0 | 81 | 46 | 0 | 21 | 19 | 98 | 36 | 31 |
| Octal | 72 | 300 | 201 | 106 | 0 | 41 | 31 | 230 | 66 | 61 |
| Binary | 111010 | 11000000 | 10000001 | 1000110 | 0 | 100001 | 11001 | 10011000 | 110110 | 110001 |
Color Harmonies of #3AC081
Complementary color
Monochromatic Colors of #3AC081
Black with #3AC081
Text Example
Text Example
White with #3AC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC081; }
p { color: rgb(58,192,129); }
H1.HeaderClassName
{
color: #3AC081;
}
.AnyTagClassName
{
color: #3AC081;
}
</style>
background-color css
<style>
a { background-color: #3AC081; }
a { background-color: rgb(58,192,129); }
div.DivClassName
{
background-color: #3AC081;
}
.BgClassName
{
background-color: #3AC081;
}
</style>
border-color css
<style>
span { border-color: #3AC081; }
span { border-color: rgb(58,192,129); }
td.TdClassName
{
border-color: #3AC081;
}
.TagClassName
{
border-color: #3AC081;
}
</style>