Shades of Ocean Green #46A672
Tints of Ocean Green #46A672
RGB
CMYK
RGB Variations
Color information
#46A672 (or 0x46A672) is known color: Ocean Green. HEX triplet: 46, A6 and 72. RGB value is (70,166,114). Sum of RGB (Red+Green+Blue) = 70+166+114=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #46A672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A672 is #B9598D. Grayscale: #838383. Windows color (decimal): -12147086 or 7513670. OLE color: 7513670.
HSL color Cylindrical-coordinate representation of color #46A672: hue angle of 147.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A672 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 166 | 114 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.35 |
| HSL | 147.5º | 0.41% | 0.46% | - |
| HSV(B) | 147.5º | 0.58% | 0.65% | - |
| XYZ | 19.2 | 29.79 | 20.66 | - |
| YUV | 131.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 166 | 114 | 0.58 | 0 | 0.31 | 0.35 | 147.5 | 0.41 | 0.46 |
| Hex | 46 | A6 | 72 | 3A | 0 | 1F | 23 | 94 | 29 | 2E |
| Octal | 106 | 246 | 162 | 72 | 0 | 37 | 43 | 224 | 51 | 56 |
| Binary | 1000110 | 10100110 | 1110010 | 111010 | 0 | 11111 | 100011 | 10010100 | 101001 | 101110 |
Color Harmonies of #46A672
Complementary color
Monochromatic Colors of #46A672
Black with #46A672
Text Example
Text Example
White with #46A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A672; }
p { color: rgb(70,166,114); }
H1.HeaderClassName
{
color: #46A672;
}
.AnyTagClassName
{
color: #46A672;
}
</style>
background-color css
<style>
a { background-color: #46A672; }
a { background-color: rgb(70,166,114); }
div.DivClassName
{
background-color: #46A672;
}
.BgClassName
{
background-color: #46A672;
}
</style>
border-color css
<style>
span { border-color: #46A672; }
span { border-color: rgb(70,166,114); }
td.TdClassName
{
border-color: #46A672;
}
.TagClassName
{
border-color: #46A672;
}
</style>