Shades of Medium Sea Green #44B285
Tints of Medium Sea Green #44B285
RGB
CMYK
RGB Variations
Color information
#44B285 (or 0x44B285) is known color: Medium Sea Green. HEX triplet: 44, B2 and 85. RGB value is (68,178,133). Sum of RGB (Red+Green+Blue) = 68+178+133=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #44B285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B285 is #BB4D7A. Grayscale: #8C8C8C. Windows color (decimal): -12275067 or 8761924. OLE color: 8761924.
HSL color Cylindrical-coordinate representation of color #44B285: hue angle of 155.45º 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 #44B285 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 133 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.30 |
| HSL | 155.45º | 0.45% | 0.48% | - |
| HSV(B) | 155.45º | 0.62% | 0.7% | - |
| XYZ | 22.54 | 34.76 | 27.71 | - |
| YUV | 139.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 133 | 0.62 | 0 | 0.25 | 0.30 | 155.45 | 0.45 | 0.48 |
| Hex | 44 | B2 | 85 | 3E | 0 | 19 | 1E | 9B | 2D | 30 |
| Octal | 104 | 262 | 205 | 76 | 0 | 31 | 36 | 233 | 55 | 60 |
| Binary | 1000100 | 10110010 | 10000101 | 111110 | 0 | 11001 | 11110 | 10011011 | 101101 | 110000 |
Color Harmonies of #44B285
Complementary color
Monochromatic Colors of #44B285
Black with #44B285
Text Example
Text Example
White with #44B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B285; }
p { color: rgb(68,178,133); }
H1.HeaderClassName
{
color: #44B285;
}
.AnyTagClassName
{
color: #44B285;
}
</style>
background-color css
<style>
a { background-color: #44B285; }
a { background-color: rgb(68,178,133); }
div.DivClassName
{
background-color: #44B285;
}
.BgClassName
{
background-color: #44B285;
}
</style>
border-color css
<style>
span { border-color: #44B285; }
span { border-color: rgb(68,178,133); }
td.TdClassName
{
border-color: #44B285;
}
.TagClassName
{
border-color: #44B285;
}
</style>