Shades of Medium Sea Green #44BC75
Tints of Medium Sea Green #44BC75
RGB
CMYK
RGB Variations
Color information
#44BC75 (or 0x44BC75) is known color: Medium Sea Green. HEX triplet: 44, BC and 75. RGB value is (68,188,117). Sum of RGB (Red+Green+Blue) = 68+188+117=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BC75 is #BB438A. Grayscale: #909090. Windows color (decimal): -12272523 or 7715908. OLE color: 7715908.
HSL color Cylindrical-coordinate representation of color #44BC75: hue angle of 144.5º degrees, saturation: 0.47, 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 #44BC75 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 117 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.26 |
| HSL | 144.5º | 0.47% | 0.5% | - |
| HSV(B) | 144.5º | 0.64% | 0.74% | - |
| XYZ | 23.58 | 38.48 | 23.01 | - |
| YUV | 144.03 | 112.74 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 117 | 0.64 | 0 | 0.38 | 0.26 | 144.5 | 0.47 | 0.5 |
| Hex | 44 | BC | 75 | 40 | 0 | 26 | 1A | 90 | 2F | 32 |
| Octal | 104 | 274 | 165 | 100 | 0 | 46 | 32 | 220 | 57 | 62 |
| Binary | 1000100 | 10111100 | 1110101 | 1000000 | 0 | 100110 | 11010 | 10010000 | 101111 | 110010 |
Color Harmonies of #44BC75
Complementary color
Monochromatic Colors of #44BC75
Black with #44BC75
Text Example
Text Example
White with #44BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC75; }
p { color: rgb(68,188,117); }
H1.HeaderClassName
{
color: #44BC75;
}
.AnyTagClassName
{
color: #44BC75;
}
</style>
background-color css
<style>
a { background-color: #44BC75; }
a { background-color: rgb(68,188,117); }
div.DivClassName
{
background-color: #44BC75;
}
.BgClassName
{
background-color: #44BC75;
}
</style>
border-color css
<style>
span { border-color: #44BC75; }
span { border-color: rgb(68,188,117); }
td.TdClassName
{
border-color: #44BC75;
}
.TagClassName
{
border-color: #44BC75;
}
</style>