Shades of Medium Sea Green #40B363
Tints of Medium Sea Green #40B363
RGB
CMYK
RGB Variations
Color information
#40B363 (or 0x40B363) is known color: Medium Sea Green. HEX triplet: 40, B3 and 63. RGB value is (64,179,99). Sum of RGB (Red+Green+Blue) = 64+179+99=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #40B363 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B363 is #BF4C9C. Grayscale: #878787. Windows color (decimal): -12536989 or 6533952. OLE color: 6533952.
HSL color Cylindrical-coordinate representation of color #40B363: hue angle of 138.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B363 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 99 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.30 |
| HSL | 138.26º | 0.47% | 0.48% | - |
| HSV(B) | 138.26º | 0.64% | 0.7% | - |
| XYZ | 20.49 | 34.23 | 17.33 | - |
| YUV | 135.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 99 | 0.64 | 0 | 0.45 | 0.30 | 138.26 | 0.47 | 0.48 |
| Hex | 40 | B3 | 63 | 40 | 0 | 2D | 1E | 8A | 2F | 30 |
| Octal | 100 | 263 | 143 | 100 | 0 | 55 | 36 | 212 | 57 | 60 |
| Binary | 1000000 | 10110011 | 1100011 | 1000000 | 0 | 101101 | 11110 | 10001010 | 101111 | 110000 |
Color Harmonies of #40B363
Complementary color
Monochromatic Colors of #40B363
Black with #40B363
Text Example
Text Example
White with #40B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B363; }
p { color: rgb(64,179,99); }
H1.HeaderClassName
{
color: #40B363;
}
.AnyTagClassName
{
color: #40B363;
}
</style>
background-color css
<style>
a { background-color: #40B363; }
a { background-color: rgb(64,179,99); }
div.DivClassName
{
background-color: #40B363;
}
.BgClassName
{
background-color: #40B363;
}
</style>
border-color css
<style>
span { border-color: #40B363; }
span { border-color: rgb(64,179,99); }
td.TdClassName
{
border-color: #40B363;
}
.TagClassName
{
border-color: #40B363;
}
</style>