Shades of Ocean Green #46AD83
Tints of Ocean Green #46AD83
RGB
CMYK
RGB Variations
Color information
#46AD83 (or 0x46AD83) is known color: Ocean Green. HEX triplet: 46, AD and 83. RGB value is (70,173,131). Sum of RGB (Red+Green+Blue) = 70+173+131=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AD83 is #B9527C. Grayscale: #898989. Windows color (decimal): -12145277 or 8629574. OLE color: 8629574.
HSL color Cylindrical-coordinate representation of color #46AD83: hue angle of 155.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD83 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 131 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.32 |
| HSL | 155.53º | 0.42% | 0.48% | - |
| HSV(B) | 155.53º | 0.6% | 0.68% | - |
| XYZ | 21.57 | 32.83 | 26.67 | - |
| YUV | 137.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 131 | 0.60 | 0 | 0.24 | 0.32 | 155.53 | 0.42 | 0.48 |
| Hex | 46 | AD | 83 | 3C | 0 | 18 | 20 | 9C | 2A | 30 |
| Octal | 106 | 255 | 203 | 74 | 0 | 30 | 40 | 234 | 52 | 60 |
| Binary | 1000110 | 10101101 | 10000011 | 111100 | 0 | 11000 | 100000 | 10011100 | 101010 | 110000 |
Color Harmonies of #46AD83
Complementary color
Monochromatic Colors of #46AD83
Black with #46AD83
Text Example
Text Example
White with #46AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD83; }
p { color: rgb(70,173,131); }
H1.HeaderClassName
{
color: #46AD83;
}
.AnyTagClassName
{
color: #46AD83;
}
</style>
background-color css
<style>
a { background-color: #46AD83; }
a { background-color: rgb(70,173,131); }
div.DivClassName
{
background-color: #46AD83;
}
.BgClassName
{
background-color: #46AD83;
}
</style>
border-color css
<style>
span { border-color: #46AD83; }
span { border-color: rgb(70,173,131); }
td.TdClassName
{
border-color: #46AD83;
}
.TagClassName
{
border-color: #46AD83;
}
</style>