Shades of Medium Sea Green #3AC275
Tints of Medium Sea Green #3AC275
RGB
CMYK
RGB Variations
Color information
#3AC275 (or 0x3AC275) is known color: Medium Sea Green. HEX triplet: 3A, C2 and 75. RGB value is (58,194,117). Sum of RGB (Red+Green+Blue) = 58+194+117=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC275 is #C53D8A. Grayscale: #909090. Windows color (decimal): -12926347 or 7717434. OLE color: 7717434.
HSL color Cylindrical-coordinate representation of color #3AC275: hue angle of 146.03º 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 #3AC275 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 117 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.24 |
| HSL | 146.03º | 0.54% | 0.49% | - |
| HSV(B) | 146.03º | 0.7% | 0.76% | - |
| XYZ | 24.25 | 40.77 | 23.42 | - |
| YUV | 144.56 | 112.44 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 117 | 0.70 | 0 | 0.40 | 0.24 | 146.03 | 0.54 | 0.49 |
| Hex | 3A | C2 | 75 | 46 | 0 | 28 | 18 | 92 | 36 | 31 |
| Octal | 72 | 302 | 165 | 106 | 0 | 50 | 30 | 222 | 66 | 61 |
| Binary | 111010 | 11000010 | 1110101 | 1000110 | 0 | 101000 | 11000 | 10010010 | 110110 | 110001 |
Color Harmonies of #3AC275
Complementary color
Monochromatic Colors of #3AC275
Black with #3AC275
Text Example
Text Example
White with #3AC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC275; }
p { color: rgb(58,194,117); }
H1.HeaderClassName
{
color: #3AC275;
}
.AnyTagClassName
{
color: #3AC275;
}
</style>
background-color css
<style>
a { background-color: #3AC275; }
a { background-color: rgb(58,194,117); }
div.DivClassName
{
background-color: #3AC275;
}
.BgClassName
{
background-color: #3AC275;
}
</style>
border-color css
<style>
span { border-color: #3AC275; }
span { border-color: rgb(58,194,117); }
td.TdClassName
{
border-color: #3AC275;
}
.TagClassName
{
border-color: #3AC275;
}
</style>