Shades of Medium Sea Green #44BB74
Tints of Medium Sea Green #44BB74
RGB
CMYK
RGB Variations
Color information
#44BB74 (or 0x44BB74) is known color: Medium Sea Green. HEX triplet: 44, BB and 74. RGB value is (68,187,116). Sum of RGB (Red+Green+Blue) = 68+187+116=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BB74 is #BB448B. Grayscale: #8F8F8F. Windows color (decimal): -12272780 or 7650116. OLE color: 7650116.
HSL color Cylindrical-coordinate representation of color #44BB74: hue angle of 144.2º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BB74 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 116 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.27 |
| HSL | 144.2º | 0.47% | 0.5% | - |
| HSV(B) | 144.2º | 0.64% | 0.73% | - |
| XYZ | 23.31 | 38.03 | 22.64 | - |
| YUV | 143.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 116 | 0.64 | 0 | 0.38 | 0.27 | 144.2 | 0.47 | 0.5 |
| Hex | 44 | BB | 74 | 40 | 0 | 26 | 1B | 90 | 2F | 32 |
| Octal | 104 | 273 | 164 | 100 | 0 | 46 | 33 | 220 | 57 | 62 |
| Binary | 1000100 | 10111011 | 1110100 | 1000000 | 0 | 100110 | 11011 | 10010000 | 101111 | 110010 |
Color Harmonies of #44BB74
Complementary color
Monochromatic Colors of #44BB74
Black with #44BB74
Text Example
Text Example
White with #44BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB74; }
p { color: rgb(68,187,116); }
H1.HeaderClassName
{
color: #44BB74;
}
.AnyTagClassName
{
color: #44BB74;
}
</style>
background-color css
<style>
a { background-color: #44BB74; }
a { background-color: rgb(68,187,116); }
div.DivClassName
{
background-color: #44BB74;
}
.BgClassName
{
background-color: #44BB74;
}
</style>
border-color css
<style>
span { border-color: #44BB74; }
span { border-color: rgb(68,187,116); }
td.TdClassName
{
border-color: #44BB74;
}
.TagClassName
{
border-color: #44BB74;
}
</style>