Shades of Ocean Green #44AC73
Tints of Ocean Green #44AC73
RGB
CMYK
RGB Variations
Color information
#44AC73 (or 0x44AC73) is known color: Ocean Green. HEX triplet: 44, AC and 73. RGB value is (68,172,115). Sum of RGB (Red+Green+Blue) = 68+172+115=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC73 is #BB538C. Grayscale: #868686. Windows color (decimal): -12276621 or 7580740. OLE color: 7580740.
HSL color Cylindrical-coordinate representation of color #44AC73: hue angle of 147.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AC73 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 172 | 115 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.33 |
| HSL | 147.12º | 0.43% | 0.47% | - |
| HSV(B) | 147.12º | 0.6% | 0.67% | - |
| XYZ | 20.23 | 31.97 | 21.32 | - |
| YUV | 134.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 115 | 0.60 | 0 | 0.33 | 0.33 | 147.12 | 0.43 | 0.47 |
| Hex | 44 | AC | 73 | 3C | 0 | 21 | 21 | 93 | 2B | 2F |
| Octal | 104 | 254 | 163 | 74 | 0 | 41 | 41 | 223 | 53 | 57 |
| Binary | 1000100 | 10101100 | 1110011 | 111100 | 0 | 100001 | 100001 | 10010011 | 101011 | 101111 |
Color Harmonies of #44AC73
Complementary color
Monochromatic Colors of #44AC73
Black with #44AC73
Text Example
Text Example
White with #44AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AC73; }
p { color: rgb(68,172,115); }
H1.HeaderClassName
{
color: #44AC73;
}
.AnyTagClassName
{
color: #44AC73;
}
</style>
background-color css
<style>
a { background-color: #44AC73; }
a { background-color: rgb(68,172,115); }
div.DivClassName
{
background-color: #44AC73;
}
.BgClassName
{
background-color: #44AC73;
}
</style>
border-color css
<style>
span { border-color: #44AC73; }
span { border-color: rgb(68,172,115); }
td.TdClassName
{
border-color: #44AC73;
}
.TagClassName
{
border-color: #44AC73;
}
</style>