Shades of Ocean Green #46AF6E
Tints of Ocean Green #46AF6E
RGB
CMYK
RGB Variations
Color information
#46AF6E (or 0x46AF6E) is known color: Ocean Green. HEX triplet: 46, AF and 6E. RGB value is (70,175,110). Sum of RGB (Red+Green+Blue) = 70+175+110=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF6E is #B95091. Grayscale: #888888. Windows color (decimal): -12144786 or 7253830. OLE color: 7253830.
HSL color Cylindrical-coordinate representation of color #46AF6E: hue angle of 142.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF6E is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 175 | 110 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.31 |
| HSL | 142.86º | 0.43% | 0.48% | - |
| HSV(B) | 142.86º | 0.6% | 0.69% | - |
| XYZ | 20.67 | 33.09 | 20.05 | - |
| YUV | 136.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 110 | 0.60 | 0 | 0.37 | 0.31 | 142.86 | 0.43 | 0.48 |
| Hex | 46 | AF | 6E | 3C | 0 | 25 | 1F | 8F | 2B | 30 |
| Octal | 106 | 257 | 156 | 74 | 0 | 45 | 37 | 217 | 53 | 60 |
| Binary | 1000110 | 10101111 | 1101110 | 111100 | 0 | 100101 | 11111 | 10001111 | 101011 | 110000 |
Color Harmonies of #46AF6E
Complementary color
Monochromatic Colors of #46AF6E
Black with #46AF6E
Text Example
Text Example
White with #46AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AF6E; }
p { color: rgb(70,175,110); }
H1.HeaderClassName
{
color: #46AF6E;
}
.AnyTagClassName
{
color: #46AF6E;
}
</style>
background-color css
<style>
a { background-color: #46AF6E; }
a { background-color: rgb(70,175,110); }
div.DivClassName
{
background-color: #46AF6E;
}
.BgClassName
{
background-color: #46AF6E;
}
</style>
border-color css
<style>
span { border-color: #46AF6E; }
span { border-color: rgb(70,175,110); }
td.TdClassName
{
border-color: #46AF6E;
}
.TagClassName
{
border-color: #46AF6E;
}
</style>