Shades of Medium Sea Green #44AF80
Tints of Medium Sea Green #44AF80
RGB
CMYK
RGB Variations
Color information
#44AF80 (or 0x44AF80) is known color: Medium Sea Green. HEX triplet: 44, AF and 80. RGB value is (68,175,128). Sum of RGB (Red+Green+Blue) = 68+175+128=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF80 is #BB507F. Grayscale: #898989. Windows color (decimal): -12275840 or 8433476. OLE color: 8433476.
HSL color Cylindrical-coordinate representation of color #44AF80: hue angle of 153.64º 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 #44AF80 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 128 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.31 |
| HSL | 153.64º | 0.44% | 0.48% | - |
| HSV(B) | 153.64º | 0.61% | 0.69% | - |
| XYZ | 21.61 | 33.45 | 25.74 | - |
| YUV | 137.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 128 | 0.61 | 0 | 0.27 | 0.31 | 153.64 | 0.44 | 0.48 |
| Hex | 44 | AF | 80 | 3D | 0 | 1B | 1F | 9A | 2C | 30 |
| Octal | 104 | 257 | 200 | 75 | 0 | 33 | 37 | 232 | 54 | 60 |
| Binary | 1000100 | 10101111 | 10000000 | 111101 | 0 | 11011 | 11111 | 10011010 | 101100 | 110000 |
Color Harmonies of #44AF80
Complementary color
Monochromatic Colors of #44AF80
Black with #44AF80
Text Example
Text Example
White with #44AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF80; }
p { color: rgb(68,175,128); }
H1.HeaderClassName
{
color: #44AF80;
}
.AnyTagClassName
{
color: #44AF80;
}
</style>
background-color css
<style>
a { background-color: #44AF80; }
a { background-color: rgb(68,175,128); }
div.DivClassName
{
background-color: #44AF80;
}
.BgClassName
{
background-color: #44AF80;
}
</style>
border-color css
<style>
span { border-color: #44AF80; }
span { border-color: rgb(68,175,128); }
td.TdClassName
{
border-color: #44AF80;
}
.TagClassName
{
border-color: #44AF80;
}
</style>