Shades of Ocean Green #44AD7B
Tints of Ocean Green #44AD7B
RGB
CMYK
RGB Variations
Color information
#44AD7B (or 0x44AD7B) is known color: Ocean Green. HEX triplet: 44, AD and 7B. RGB value is (68,173,123). Sum of RGB (Red+Green+Blue) = 68+173+123=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD7B is #BB5284. Grayscale: #888888. Windows color (decimal): -12276357 or 8105284. OLE color: 8105284.
HSL color Cylindrical-coordinate representation of color #44AD7B: hue angle of 151.43º 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 #44AD7B is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 123 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.32 |
| HSL | 151.43º | 0.44% | 0.47% | - |
| HSV(B) | 151.43º | 0.61% | 0.68% | - |
| XYZ | 20.9 | 32.55 | 23.92 | - |
| YUV | 135.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 123 | 0.61 | 0 | 0.29 | 0.32 | 151.43 | 0.44 | 0.47 |
| Hex | 44 | AD | 7B | 3D | 0 | 1D | 20 | 97 | 2C | 2F |
| Octal | 104 | 255 | 173 | 75 | 0 | 35 | 40 | 227 | 54 | 57 |
| Binary | 1000100 | 10101101 | 1111011 | 111101 | 0 | 11101 | 100000 | 10010111 | 101100 | 101111 |
Color Harmonies of #44AD7B
Complementary color
Monochromatic Colors of #44AD7B
Black with #44AD7B
Text Example
Text Example
White with #44AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD7B; }
p { color: rgb(68,173,123); }
H1.HeaderClassName
{
color: #44AD7B;
}
.AnyTagClassName
{
color: #44AD7B;
}
</style>
background-color css
<style>
a { background-color: #44AD7B; }
a { background-color: rgb(68,173,123); }
div.DivClassName
{
background-color: #44AD7B;
}
.BgClassName
{
background-color: #44AD7B;
}
</style>
border-color css
<style>
span { border-color: #44AD7B; }
span { border-color: rgb(68,173,123); }
td.TdClassName
{
border-color: #44AD7B;
}
.TagClassName
{
border-color: #44AD7B;
}
</style>