Shades of Medium Sea Green #44BD7F
Tints of Medium Sea Green #44BD7F
RGB
CMYK
RGB Variations
Color information
#44BD7F (or 0x44BD7F) is known color: Medium Sea Green. HEX triplet: 44, BD and 7F. RGB value is (68,189,127). Sum of RGB (Red+Green+Blue) = 68+189+127=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BD7F is #BB4280. Grayscale: #919191. Windows color (decimal): -12272257 or 8371524. OLE color: 8371524.
HSL color Cylindrical-coordinate representation of color #44BD7F: hue angle of 149.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD7F is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 127 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.26 |
| HSL | 149.26º | 0.48% | 0.5% | - |
| HSV(B) | 149.26º | 0.64% | 0.74% | - |
| XYZ | 24.41 | 39.16 | 26.35 | - |
| YUV | 145.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 127 | 0.64 | 0 | 0.33 | 0.26 | 149.26 | 0.48 | 0.5 |
| Hex | 44 | BD | 7F | 40 | 0 | 21 | 1A | 95 | 30 | 32 |
| Octal | 104 | 275 | 177 | 100 | 0 | 41 | 32 | 225 | 60 | 62 |
| Binary | 1000100 | 10111101 | 1111111 | 1000000 | 0 | 100001 | 11010 | 10010101 | 110000 | 110010 |
Color Harmonies of #44BD7F
Complementary color
Monochromatic Colors of #44BD7F
Black with #44BD7F
Text Example
Text Example
White with #44BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD7F; }
p { color: rgb(68,189,127); }
H1.HeaderClassName
{
color: #44BD7F;
}
.AnyTagClassName
{
color: #44BD7F;
}
</style>
background-color css
<style>
a { background-color: #44BD7F; }
a { background-color: rgb(68,189,127); }
div.DivClassName
{
background-color: #44BD7F;
}
.BgClassName
{
background-color: #44BD7F;
}
</style>
border-color css
<style>
span { border-color: #44BD7F; }
span { border-color: rgb(68,189,127); }
td.TdClassName
{
border-color: #44BD7F;
}
.TagClassName
{
border-color: #44BD7F;
}
</style>