Shades of Medium Sea Green #40C175
Tints of Medium Sea Green #40C175
RGB
CMYK
RGB Variations
Color information
#40C175 (or 0x40C175) is known color: Medium Sea Green. HEX triplet: 40, C1 and 75. RGB value is (64,193,117). Sum of RGB (Red+Green+Blue) = 64+193+117=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #40C175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C175 is #BF3E8A. Grayscale: #919191. Windows color (decimal): -12533387 or 7717184. OLE color: 7717184.
HSL color Cylindrical-coordinate representation of color #40C175: hue angle of 144.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C175 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 117 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.24 |
| HSL | 144.65º | 0.51% | 0.5% | - |
| HSV(B) | 144.65º | 0.67% | 0.76% | - |
| XYZ | 24.4 | 40.51 | 23.36 | - |
| YUV | 145.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 117 | 0.67 | 0 | 0.39 | 0.24 | 144.65 | 0.51 | 0.5 |
| Hex | 40 | C1 | 75 | 43 | 0 | 27 | 18 | 91 | 33 | 32 |
| Octal | 100 | 301 | 165 | 103 | 0 | 47 | 30 | 221 | 63 | 62 |
| Binary | 1000000 | 11000001 | 1110101 | 1000011 | 0 | 100111 | 11000 | 10010001 | 110011 | 110010 |
Color Harmonies of #40C175
Complementary color
Monochromatic Colors of #40C175
Black with #40C175
Text Example
Text Example
White with #40C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C175; }
p { color: rgb(64,193,117); }
H1.HeaderClassName
{
color: #40C175;
}
.AnyTagClassName
{
color: #40C175;
}
</style>
background-color css
<style>
a { background-color: #40C175; }
a { background-color: rgb(64,193,117); }
div.DivClassName
{
background-color: #40C175;
}
.BgClassName
{
background-color: #40C175;
}
</style>
border-color css
<style>
span { border-color: #40C175; }
span { border-color: rgb(64,193,117); }
td.TdClassName
{
border-color: #40C175;
}
.TagClassName
{
border-color: #40C175;
}
</style>