Shades of Ocean Green #449E6B
Tints of Ocean Green #449E6B
RGB
CMYK
RGB Variations
Color information
#449E6B (or 0x449E6B) is known color: Ocean Green. HEX triplet: 44, 9E and 6B. RGB value is (68,158,107). Sum of RGB (Red+Green+Blue) = 68+158+107=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #449E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E6B is #BB6194. Grayscale: #7D7D7D. Windows color (decimal): -12280213 or 7052868. OLE color: 7052868.
HSL color Cylindrical-coordinate representation of color #449E6B: hue angle of 146º 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 #449E6B is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 107 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.38 |
| HSL | 146º | 0.4% | 0.44% | - |
| HSV(B) | 146º | 0.57% | 0.62% | - |
| XYZ | 17.26 | 26.74 | 18.16 | - |
| YUV | 125.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 107 | 0.57 | 0 | 0.32 | 0.38 | 146 | 0.4 | 0.44 |
| Hex | 44 | 9E | 6B | 39 | 0 | 20 | 26 | 92 | 28 | 2C |
| Octal | 104 | 236 | 153 | 71 | 0 | 40 | 46 | 222 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1101011 | 111001 | 0 | 100000 | 100110 | 10010010 | 101000 | 101100 |
Color Harmonies of #449E6B
Complementary color
Monochromatic Colors of #449E6B
Black with #449E6B
Text Example
Text Example
White with #449E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E6B; }
p { color: rgb(68,158,107); }
H1.HeaderClassName
{
color: #449E6B;
}
.AnyTagClassName
{
color: #449E6B;
}
</style>
background-color css
<style>
a { background-color: #449E6B; }
a { background-color: rgb(68,158,107); }
div.DivClassName
{
background-color: #449E6B;
}
.BgClassName
{
background-color: #449E6B;
}
</style>
border-color css
<style>
span { border-color: #449E6B; }
span { border-color: rgb(68,158,107); }
td.TdClassName
{
border-color: #449E6B;
}
.TagClassName
{
border-color: #449E6B;
}
</style>