Shades of Ocean Green #44AD6B
Tints of Ocean Green #44AD6B
RGB
CMYK
RGB Variations
Color information
#44AD6B (or 0x44AD6B) is known color: Ocean Green. HEX triplet: 44, AD and 6B. RGB value is (68,173,107). Sum of RGB (Red+Green+Blue) = 68+173+107=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD6B is #BB5294. Grayscale: #868686. Windows color (decimal): -12276373 or 7056708. OLE color: 7056708.
HSL color Cylindrical-coordinate representation of color #44AD6B: hue angle of 142.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD6B is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 107 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.32 |
| HSL | 142.29º | 0.44% | 0.47% | - |
| HSV(B) | 142.29º | 0.61% | 0.68% | - |
| XYZ | 19.98 | 32.18 | 19.07 | - |
| YUV | 134.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 107 | 0.61 | 0 | 0.38 | 0.32 | 142.29 | 0.44 | 0.47 |
| Hex | 44 | AD | 6B | 3D | 0 | 26 | 20 | 8E | 2C | 2F |
| Octal | 104 | 255 | 153 | 75 | 0 | 46 | 40 | 216 | 54 | 57 |
| Binary | 1000100 | 10101101 | 1101011 | 111101 | 0 | 100110 | 100000 | 10001110 | 101100 | 101111 |
Color Harmonies of #44AD6B
Complementary color
Monochromatic Colors of #44AD6B
Black with #44AD6B
Text Example
Text Example
White with #44AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD6B; }
p { color: rgb(68,173,107); }
H1.HeaderClassName
{
color: #44AD6B;
}
.AnyTagClassName
{
color: #44AD6B;
}
</style>
background-color css
<style>
a { background-color: #44AD6B; }
a { background-color: rgb(68,173,107); }
div.DivClassName
{
background-color: #44AD6B;
}
.BgClassName
{
background-color: #44AD6B;
}
</style>
border-color css
<style>
span { border-color: #44AD6B; }
span { border-color: rgb(68,173,107); }
td.TdClassName
{
border-color: #44AD6B;
}
.TagClassName
{
border-color: #44AD6B;
}
</style>