Shades of Medium Sea Green #44AF74
Tints of Medium Sea Green #44AF74
RGB
CMYK
RGB Variations
Color information
#44AF74 (or 0x44AF74) is known color: Medium Sea Green. HEX triplet: 44, AF and 74. RGB value is (68,175,116). Sum of RGB (Red+Green+Blue) = 68+175+116=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AF74 is #BB508B. Grayscale: #888888. Windows color (decimal): -12275852 or 7647044. OLE color: 7647044.
HSL color Cylindrical-coordinate representation of color #44AF74: hue angle of 146.92º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF74 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 116 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.31 |
| HSL | 146.92º | 0.44% | 0.48% | - |
| HSV(B) | 146.92º | 0.61% | 0.69% | - |
| XYZ | 20.87 | 33.15 | 21.82 | - |
| YUV | 136.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 116 | 0.61 | 0 | 0.34 | 0.31 | 146.92 | 0.44 | 0.48 |
| Hex | 44 | AF | 74 | 3D | 0 | 22 | 1F | 93 | 2C | 30 |
| Octal | 104 | 257 | 164 | 75 | 0 | 42 | 37 | 223 | 54 | 60 |
| Binary | 1000100 | 10101111 | 1110100 | 111101 | 0 | 100010 | 11111 | 10010011 | 101100 | 110000 |
Color Harmonies of #44AF74
Complementary color
Monochromatic Colors of #44AF74
Black with #44AF74
Text Example
Text Example
White with #44AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF74; }
p { color: rgb(68,175,116); }
H1.HeaderClassName
{
color: #44AF74;
}
.AnyTagClassName
{
color: #44AF74;
}
</style>
background-color css
<style>
a { background-color: #44AF74; }
a { background-color: rgb(68,175,116); }
div.DivClassName
{
background-color: #44AF74;
}
.BgClassName
{
background-color: #44AF74;
}
</style>
border-color css
<style>
span { border-color: #44AF74; }
span { border-color: rgb(68,175,116); }
td.TdClassName
{
border-color: #44AF74;
}
.TagClassName
{
border-color: #44AF74;
}
</style>