Shades of Medium Sea Green #44B482
Tints of Medium Sea Green #44B482
RGB
CMYK
RGB Variations
Color information
#44B482 (or 0x44B482) is known color: Medium Sea Green. HEX triplet: 44, B4 and 82. RGB value is (68,180,130). Sum of RGB (Red+Green+Blue) = 68+180+130=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #44B482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B482 is #BB4B7D. Grayscale: #8C8C8C. Windows color (decimal): -12274558 or 8565828. OLE color: 8565828.
HSL color Cylindrical-coordinate representation of color #44B482: hue angle of 153.21º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B482 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 130 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.29 |
| HSL | 153.21º | 0.45% | 0.49% | - |
| HSV(B) | 153.21º | 0.62% | 0.71% | - |
| XYZ | 22.73 | 35.48 | 26.77 | - |
| YUV | 140.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 130 | 0.62 | 0 | 0.28 | 0.29 | 153.21 | 0.45 | 0.49 |
| Hex | 44 | B4 | 82 | 3E | 0 | 1C | 1D | 99 | 2D | 31 |
| Octal | 104 | 264 | 202 | 76 | 0 | 34 | 35 | 231 | 55 | 61 |
| Binary | 1000100 | 10110100 | 10000010 | 111110 | 0 | 11100 | 11101 | 10011001 | 101101 | 110001 |
Color Harmonies of #44B482
Complementary color
Monochromatic Colors of #44B482
Black with #44B482
Text Example
Text Example
White with #44B482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B482; }
p { color: rgb(68,180,130); }
H1.HeaderClassName
{
color: #44B482;
}
.AnyTagClassName
{
color: #44B482;
}
</style>
background-color css
<style>
a { background-color: #44B482; }
a { background-color: rgb(68,180,130); }
div.DivClassName
{
background-color: #44B482;
}
.BgClassName
{
background-color: #44B482;
}
</style>
border-color css
<style>
span { border-color: #44B482; }
span { border-color: rgb(68,180,130); }
td.TdClassName
{
border-color: #44B482;
}
.TagClassName
{
border-color: #44B482;
}
</style>