Shades of Medium Sea Green #40B27B
Tints of Medium Sea Green #40B27B
RGB
CMYK
RGB Variations
Color information
#40B27B (or 0x40B27B) is known color: Medium Sea Green. HEX triplet: 40, B2 and 7B. RGB value is (64,178,123). Sum of RGB (Red+Green+Blue) = 64+178+123=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #40B27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B27B is #BF4D84. Grayscale: #898989. Windows color (decimal): -12537221 or 8106560. OLE color: 8106560.
HSL color Cylindrical-coordinate representation of color #40B27B: hue angle of 151.05º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B27B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 123 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.30 |
| HSL | 151.05º | 0.47% | 0.47% | - |
| HSV(B) | 151.05º | 0.64% | 0.7% | - |
| XYZ | 21.61 | 34.36 | 24.23 | - |
| YUV | 137.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 123 | 0.64 | 0 | 0.31 | 0.30 | 151.05 | 0.47 | 0.47 |
| Hex | 40 | B2 | 7B | 40 | 0 | 1F | 1E | 97 | 2F | 2F |
| Octal | 100 | 262 | 173 | 100 | 0 | 37 | 36 | 227 | 57 | 57 |
| Binary | 1000000 | 10110010 | 1111011 | 1000000 | 0 | 11111 | 11110 | 10010111 | 101111 | 101111 |
Color Harmonies of #40B27B
Complementary color
Monochromatic Colors of #40B27B
Black with #40B27B
Text Example
Text Example
White with #40B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B27B; }
p { color: rgb(64,178,123); }
H1.HeaderClassName
{
color: #40B27B;
}
.AnyTagClassName
{
color: #40B27B;
}
</style>
background-color css
<style>
a { background-color: #40B27B; }
a { background-color: rgb(64,178,123); }
div.DivClassName
{
background-color: #40B27B;
}
.BgClassName
{
background-color: #40B27B;
}
</style>
border-color css
<style>
span { border-color: #40B27B; }
span { border-color: rgb(64,178,123); }
td.TdClassName
{
border-color: #40B27B;
}
.TagClassName
{
border-color: #40B27B;
}
</style>