Shades of Ocean Green #44AD82
Tints of Ocean Green #44AD82
RGB
CMYK
RGB Variations
Color information
#44AD82 (or 0x44AD82) is known color: Ocean Green. HEX triplet: 44, AD and 82. RGB value is (68,173,130). Sum of RGB (Red+Green+Blue) = 68+173+130=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AD82 is #BB527D. Grayscale: #888888. Windows color (decimal): -12276350 or 8564036. OLE color: 8564036.
HSL color Cylindrical-coordinate representation of color #44AD82: hue angle of 155.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 #44AD82 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 130 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.32 |
| HSL | 155.43º | 0.44% | 0.47% | - |
| HSV(B) | 155.43º | 0.61% | 0.68% | - |
| XYZ | 21.36 | 32.73 | 26.31 | - |
| YUV | 136.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 130 | 0.61 | 0 | 0.25 | 0.32 | 155.43 | 0.44 | 0.47 |
| Hex | 44 | AD | 82 | 3D | 0 | 19 | 20 | 9B | 2C | 2F |
| Octal | 104 | 255 | 202 | 75 | 0 | 31 | 40 | 233 | 54 | 57 |
| Binary | 1000100 | 10101101 | 10000010 | 111101 | 0 | 11001 | 100000 | 10011011 | 101100 | 101111 |
Color Harmonies of #44AD82
Complementary color
Monochromatic Colors of #44AD82
Black with #44AD82
Text Example
Text Example
White with #44AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD82; }
p { color: rgb(68,173,130); }
H1.HeaderClassName
{
color: #44AD82;
}
.AnyTagClassName
{
color: #44AD82;
}
</style>
background-color css
<style>
a { background-color: #44AD82; }
a { background-color: rgb(68,173,130); }
div.DivClassName
{
background-color: #44AD82;
}
.BgClassName
{
background-color: #44AD82;
}
</style>
border-color css
<style>
span { border-color: #44AD82; }
span { border-color: rgb(68,173,130); }
td.TdClassName
{
border-color: #44AD82;
}
.TagClassName
{
border-color: #44AD82;
}
</style>