Shades of Medium Sea Green #44B385
Tints of Medium Sea Green #44B385
RGB
CMYK
RGB Variations
Color information
#44B385 (or 0x44B385) is known color: Medium Sea Green. HEX triplet: 44, B3 and 85. RGB value is (68,179,133). Sum of RGB (Red+Green+Blue) = 68+179+133=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #44B385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B385 is #BB4C7A. Grayscale: #8C8C8C. Windows color (decimal): -12274811 or 8762180. OLE color: 8762180.
HSL color Cylindrical-coordinate representation of color #44B385: hue angle of 155.14º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B385 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 179 | 133 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.30 |
| HSL | 155.14º | 0.45% | 0.48% | - |
| HSV(B) | 155.14º | 0.62% | 0.7% | - |
| XYZ | 22.74 | 35.16 | 27.78 | - |
| YUV | 140.57 | 123.73 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 179 | 133 | 0.62 | 0 | 0.26 | 0.30 | 155.14 | 0.45 | 0.48 |
| Hex | 44 | B3 | 85 | 3E | 0 | 1A | 1E | 9B | 2D | 30 |
| Octal | 104 | 263 | 205 | 76 | 0 | 32 | 36 | 233 | 55 | 60 |
| Binary | 1000100 | 10110011 | 10000101 | 111110 | 0 | 11010 | 11110 | 10011011 | 101101 | 110000 |
Color Harmonies of #44B385
Complementary color
Monochromatic Colors of #44B385
Black with #44B385
Text Example
Text Example
White with #44B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B385; }
p { color: rgb(68,179,133); }
H1.HeaderClassName
{
color: #44B385;
}
.AnyTagClassName
{
color: #44B385;
}
</style>
background-color css
<style>
a { background-color: #44B385; }
a { background-color: rgb(68,179,133); }
div.DivClassName
{
background-color: #44B385;
}
.BgClassName
{
background-color: #44B385;
}
</style>
border-color css
<style>
span { border-color: #44B385; }
span { border-color: rgb(68,179,133); }
td.TdClassName
{
border-color: #44B385;
}
.TagClassName
{
border-color: #44B385;
}
</style>