Shades of Medium Sea Green #3AC073
Tints of Medium Sea Green #3AC073
RGB
CMYK
RGB Variations
Color information
#3AC073 (or 0x3AC073) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 73. RGB value is (58,192,115). Sum of RGB (Red+Green+Blue) = 58+192+115=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC073 is #C53F8C. Grayscale: #8F8F8F. Windows color (decimal): -12926861 or 7585850. OLE color: 7585850.
HSL color Cylindrical-coordinate representation of color #3AC073: hue angle of 145.52º 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 #3AC073 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 115 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.25 |
| HSL | 145.52º | 0.54% | 0.49% | - |
| HSV(B) | 145.52º | 0.7% | 0.75% | - |
| XYZ | 23.69 | 39.84 | 22.66 | - |
| YUV | 143.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 115 | 0.70 | 0 | 0.40 | 0.25 | 145.52 | 0.54 | 0.49 |
| Hex | 3A | C0 | 73 | 46 | 0 | 28 | 19 | 92 | 36 | 31 |
| Octal | 72 | 300 | 163 | 106 | 0 | 50 | 31 | 222 | 66 | 61 |
| Binary | 111010 | 11000000 | 1110011 | 1000110 | 0 | 101000 | 11001 | 10010010 | 110110 | 110001 |
Color Harmonies of #3AC073
Complementary color
Monochromatic Colors of #3AC073
Black with #3AC073
Text Example
Text Example
White with #3AC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC073; }
p { color: rgb(58,192,115); }
H1.HeaderClassName
{
color: #3AC073;
}
.AnyTagClassName
{
color: #3AC073;
}
</style>
background-color css
<style>
a { background-color: #3AC073; }
a { background-color: rgb(58,192,115); }
div.DivClassName
{
background-color: #3AC073;
}
.BgClassName
{
background-color: #3AC073;
}
</style>
border-color css
<style>
span { border-color: #3AC073; }
span { border-color: rgb(58,192,115); }
td.TdClassName
{
border-color: #3AC073;
}
.TagClassName
{
border-color: #3AC073;
}
</style>