Shades of Ocean Green #449E6C
Tints of Ocean Green #449E6C
RGB
CMYK
RGB Variations
Color information
#449E6C (or 0x449E6C) is known color: Ocean Green. HEX triplet: 44, 9E and 6C. RGB value is (68,158,108). Sum of RGB (Red+Green+Blue) = 68+158+108=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #449E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E6C is #BB6193. Grayscale: #7D7D7D. Windows color (decimal): -12280212 or 7118404. OLE color: 7118404.
HSL color Cylindrical-coordinate representation of color #449E6C: hue angle of 146.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E6C is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 108 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.38 |
| HSL | 146.67º | 0.4% | 0.44% | - |
| HSV(B) | 146.67º | 0.57% | 0.62% | - |
| XYZ | 17.32 | 26.77 | 18.44 | - |
| YUV | 125.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 108 | 0.57 | 0 | 0.32 | 0.38 | 146.67 | 0.4 | 0.44 |
| Hex | 44 | 9E | 6C | 39 | 0 | 20 | 26 | 93 | 28 | 2C |
| Octal | 104 | 236 | 154 | 71 | 0 | 40 | 46 | 223 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1101100 | 111001 | 0 | 100000 | 100110 | 10010011 | 101000 | 101100 |
Color Harmonies of #449E6C
Complementary color
Monochromatic Colors of #449E6C
Black with #449E6C
Text Example
Text Example
White with #449E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E6C; }
p { color: rgb(68,158,108); }
H1.HeaderClassName
{
color: #449E6C;
}
.AnyTagClassName
{
color: #449E6C;
}
</style>
background-color css
<style>
a { background-color: #449E6C; }
a { background-color: rgb(68,158,108); }
div.DivClassName
{
background-color: #449E6C;
}
.BgClassName
{
background-color: #449E6C;
}
</style>
border-color css
<style>
span { border-color: #449E6C; }
span { border-color: rgb(68,158,108); }
td.TdClassName
{
border-color: #449E6C;
}
.TagClassName
{
border-color: #449E6C;
}
</style>