Shades of Medium Sea Green #3AC875
Tints of Medium Sea Green #3AC875
RGB
CMYK
RGB Variations
Color information
#3AC875 (or 0x3AC875) is known color: Medium Sea Green. HEX triplet: 3A, C8 and 75. RGB value is (58,200,117). Sum of RGB (Red+Green+Blue) = 58+200+117=375 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.47% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC875 is #C5378A. Grayscale: #949494. Windows color (decimal): -12924811 or 7718970. OLE color: 7718970.
HSL color Cylindrical-coordinate representation of color #3AC875: hue angle of 144.93º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC875 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 117 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.22 |
| HSL | 144.93º | 0.56% | 0.51% | - |
| HSV(B) | 144.93º | 0.71% | 0.78% | - |
| XYZ | 25.61 | 43.49 | 23.87 | - |
| YUV | 148.08 | 110.46 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 117 | 0.71 | 0 | 0.42 | 0.22 | 144.93 | 0.56 | 0.51 |
| Hex | 3A | C8 | 75 | 47 | 0 | 2A | 16 | 91 | 38 | 33 |
| Octal | 72 | 310 | 165 | 107 | 0 | 52 | 26 | 221 | 70 | 63 |
| Binary | 111010 | 11001000 | 1110101 | 1000111 | 0 | 101010 | 10110 | 10010001 | 111000 | 110011 |
Color Harmonies of #3AC875
Complementary color
Monochromatic Colors of #3AC875
Black with #3AC875
Text Example
Text Example
White with #3AC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC875; }
p { color: rgb(58,200,117); }
H1.HeaderClassName
{
color: #3AC875;
}
.AnyTagClassName
{
color: #3AC875;
}
</style>
background-color css
<style>
a { background-color: #3AC875; }
a { background-color: rgb(58,200,117); }
div.DivClassName
{
background-color: #3AC875;
}
.BgClassName
{
background-color: #3AC875;
}
</style>
border-color css
<style>
span { border-color: #3AC875; }
span { border-color: rgb(58,200,117); }
td.TdClassName
{
border-color: #3AC875;
}
.TagClassName
{
border-color: #3AC875;
}
</style>