Shades of Ocean Green #46A07C
Tints of Ocean Green #46A07C
RGB
CMYK
RGB Variations
Color information
#46A07C (or 0x46A07C) is known color: Ocean Green. HEX triplet: 46, A0 and 7C. RGB value is (70,160,124). Sum of RGB (Red+Green+Blue) = 70+160+124=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #46A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A07C is #B95F83. Grayscale: #818181. Windows color (decimal): -12148612 or 8167494. OLE color: 8167494.
HSL color Cylindrical-coordinate representation of color #46A07C: hue angle of 156º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A07C is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 160 | 124 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.37 |
| HSL | 156º | 0.39% | 0.45% | - |
| HSV(B) | 156º | 0.56% | 0.63% | - |
| XYZ | 18.73 | 27.9 | 23.47 | - |
| YUV | 128.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 124 | 0.56 | 0 | 0.22 | 0.37 | 156 | 0.39 | 0.45 |
| Hex | 46 | A0 | 7C | 38 | 0 | 16 | 25 | 9C | 27 | 2D |
| Octal | 106 | 240 | 174 | 70 | 0 | 26 | 45 | 234 | 47 | 55 |
| Binary | 1000110 | 10100000 | 1111100 | 111000 | 0 | 10110 | 100101 | 10011100 | 100111 | 101101 |
Color Harmonies of #46A07C
Complementary color
Monochromatic Colors of #46A07C
Black with #46A07C
Text Example
Text Example
White with #46A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A07C; }
p { color: rgb(70,160,124); }
H1.HeaderClassName
{
color: #46A07C;
}
.AnyTagClassName
{
color: #46A07C;
}
</style>
background-color css
<style>
a { background-color: #46A07C; }
a { background-color: rgb(70,160,124); }
div.DivClassName
{
background-color: #46A07C;
}
.BgClassName
{
background-color: #46A07C;
}
</style>
border-color css
<style>
span { border-color: #46A07C; }
span { border-color: rgb(70,160,124); }
td.TdClassName
{
border-color: #46A07C;
}
.TagClassName
{
border-color: #46A07C;
}
</style>