Shades of Medium Sea Green #3AC375
Tints of Medium Sea Green #3AC375
RGB
CMYK
RGB Variations
Color information
#3AC375 (or 0x3AC375) is known color: Medium Sea Green. HEX triplet: 3A, C3 and 75. RGB value is (58,195,117). Sum of RGB (Red+Green+Blue) = 58+195+117=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC375 is #C53C8A. Grayscale: #919191. Windows color (decimal): -12926091 or 7717690. OLE color: 7717690.
HSL color Cylindrical-coordinate representation of color #3AC375: hue angle of 145.84º 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 #3AC375 is Cyan = 0.70, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 117 | - |
| CMYK | 0.70 | 0 | 0.4 | 0.24 |
| HSL | 145.84º | 0.54% | 0.5% | - |
| HSV(B) | 145.84º | 0.7% | 0.76% | - |
| XYZ | 24.47 | 41.21 | 23.49 | - |
| YUV | 145.15 | 112.11 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 117 | 0.70 | 0 | 0.4 | 0.24 | 145.84 | 0.54 | 0.5 |
| Hex | 3A | C3 | 75 | 46 | 0 | 28 | 18 | 92 | 36 | 32 |
| Octal | 72 | 303 | 165 | 106 | 0 | 50 | 30 | 222 | 66 | 62 |
| Binary | 111010 | 11000011 | 1110101 | 1000110 | 0 | 101000 | 11000 | 10010010 | 110110 | 110010 |
Color Harmonies of #3AC375
Complementary color
Monochromatic Colors of #3AC375
Black with #3AC375
Text Example
Text Example
White with #3AC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC375; }
p { color: rgb(58,195,117); }
H1.HeaderClassName
{
color: #3AC375;
}
.AnyTagClassName
{
color: #3AC375;
}
</style>
background-color css
<style>
a { background-color: #3AC375; }
a { background-color: rgb(58,195,117); }
div.DivClassName
{
background-color: #3AC375;
}
.BgClassName
{
background-color: #3AC375;
}
</style>
border-color css
<style>
span { border-color: #3AC375; }
span { border-color: rgb(58,195,117); }
td.TdClassName
{
border-color: #3AC375;
}
.TagClassName
{
border-color: #3AC375;
}
</style>