Shades of Ocean Green #44AA68
Tints of Ocean Green #44AA68
RGB
CMYK
RGB Variations
Color information
#44AA68 (or 0x44AA68) is known color: Ocean Green. HEX triplet: 44, AA and 68. RGB value is (68,170,104). Sum of RGB (Red+Green+Blue) = 68+170+104=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA68 is #BB5597. Grayscale: #848484. Windows color (decimal): -12277144 or 6859332. OLE color: 6859332.
HSL color Cylindrical-coordinate representation of color #44AA68: hue angle of 141.18º 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 #44AA68 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 104 | - |
| CMYK | 0.6 | 0 | 0.39 | 0.33 |
| HSL | 141.18º | 0.43% | 0.47% | - |
| HSV(B) | 141.18º | 0.6% | 0.67% | - |
| XYZ | 19.26 | 30.98 | 18.06 | - |
| YUV | 131.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 104 | 0.6 | 0 | 0.39 | 0.33 | 141.18 | 0.43 | 0.47 |
| Hex | 44 | AA | 68 | 3C | 0 | 27 | 21 | 8D | 2B | 2F |
| Octal | 104 | 252 | 150 | 74 | 0 | 47 | 41 | 215 | 53 | 57 |
| Binary | 1000100 | 10101010 | 1101000 | 111100 | 0 | 100111 | 100001 | 10001101 | 101011 | 101111 |
Color Harmonies of #44AA68
Complementary color
Monochromatic Colors of #44AA68
Black with #44AA68
Text Example
Text Example
White with #44AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA68; }
p { color: rgb(68,170,104); }
H1.HeaderClassName
{
color: #44AA68;
}
.AnyTagClassName
{
color: #44AA68;
}
</style>
background-color css
<style>
a { background-color: #44AA68; }
a { background-color: rgb(68,170,104); }
div.DivClassName
{
background-color: #44AA68;
}
.BgClassName
{
background-color: #44AA68;
}
</style>
border-color css
<style>
span { border-color: #44AA68; }
span { border-color: rgb(68,170,104); }
td.TdClassName
{
border-color: #44AA68;
}
.TagClassName
{
border-color: #44AA68;
}
</style>