Shades of Medium Sea Green #40B168
Tints of Medium Sea Green #40B168
RGB
CMYK
RGB Variations
Color information
#40B168 (or 0x40B168) is known color: Medium Sea Green. HEX triplet: 40, B1 and 68. RGB value is (64,177,104). Sum of RGB (Red+Green+Blue) = 64+177+104=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #40B168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B168 is #BF4E97. Grayscale: #878787. Windows color (decimal): -12537496 or 6861120. OLE color: 6861120.
HSL color Cylindrical-coordinate representation of color #40B168: hue angle of 141.24º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B168 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 104 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.31 |
| HSL | 141.24º | 0.47% | 0.47% | - |
| HSV(B) | 141.24º | 0.64% | 0.69% | - |
| XYZ | 20.34 | 33.53 | 18.5 | - |
| YUV | 134.89 | 110.56 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 104 | 0.64 | 0 | 0.41 | 0.31 | 141.24 | 0.47 | 0.47 |
| Hex | 40 | B1 | 68 | 40 | 0 | 29 | 1F | 8D | 2F | 2F |
| Octal | 100 | 261 | 150 | 100 | 0 | 51 | 37 | 215 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1101000 | 1000000 | 0 | 101001 | 11111 | 10001101 | 101111 | 101111 |
Color Harmonies of #40B168
Complementary color
Monochromatic Colors of #40B168
Black with #40B168
Text Example
Text Example
White with #40B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B168; }
p { color: rgb(64,177,104); }
H1.HeaderClassName
{
color: #40B168;
}
.AnyTagClassName
{
color: #40B168;
}
</style>
background-color css
<style>
a { background-color: #40B168; }
a { background-color: rgb(64,177,104); }
div.DivClassName
{
background-color: #40B168;
}
.BgClassName
{
background-color: #40B168;
}
</style>
border-color css
<style>
span { border-color: #40B168; }
span { border-color: rgb(64,177,104); }
td.TdClassName
{
border-color: #40B168;
}
.TagClassName
{
border-color: #40B168;
}
</style>