Shades of Medium Sea Green #40B065
Tints of Medium Sea Green #40B065
RGB
CMYK
RGB Variations
Color information
#40B065 (or 0x40B065) is known color: Medium Sea Green. HEX triplet: 40, B0 and 65. RGB value is (64,176,101). Sum of RGB (Red+Green+Blue) = 64+176+101=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #40B065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B065 is #BF4F9A. Grayscale: #868686. Windows color (decimal): -12537755 or 6664256. OLE color: 6664256.
HSL color Cylindrical-coordinate representation of color #40B065: hue angle of 139.82º 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 #40B065 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 101 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.31 |
| HSL | 139.82º | 0.47% | 0.47% | - |
| HSV(B) | 139.82º | 0.64% | 0.69% | - |
| XYZ | 19.99 | 33.08 | 17.64 | - |
| YUV | 133.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 101 | 0.64 | 0 | 0.43 | 0.31 | 139.82 | 0.47 | 0.47 |
| Hex | 40 | B0 | 65 | 40 | 0 | 2B | 1F | 8C | 2F | 2F |
| Octal | 100 | 260 | 145 | 100 | 0 | 53 | 37 | 214 | 57 | 57 |
| Binary | 1000000 | 10110000 | 1100101 | 1000000 | 0 | 101011 | 11111 | 10001100 | 101111 | 101111 |
Color Harmonies of #40B065
Complementary color
Monochromatic Colors of #40B065
Black with #40B065
Text Example
Text Example
White with #40B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B065; }
p { color: rgb(64,176,101); }
H1.HeaderClassName
{
color: #40B065;
}
.AnyTagClassName
{
color: #40B065;
}
</style>
background-color css
<style>
a { background-color: #40B065; }
a { background-color: rgb(64,176,101); }
div.DivClassName
{
background-color: #40B065;
}
.BgClassName
{
background-color: #40B065;
}
</style>
border-color css
<style>
span { border-color: #40B065; }
span { border-color: rgb(64,176,101); }
td.TdClassName
{
border-color: #40B065;
}
.TagClassName
{
border-color: #40B065;
}
</style>