Shades of Ocean Green #46B17D
Tints of Ocean Green #46B17D
RGB
CMYK
RGB Variations
Color information
#46B17D (or 0x46B17D) is known color: Ocean Green. HEX triplet: 46, B1 and 7D. RGB value is (70,177,125). Sum of RGB (Red+Green+Blue) = 70+177+125=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #46B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B17D is #B94E82. Grayscale: #8B8B8B. Windows color (decimal): -12144259 or 8237382. OLE color: 8237382.
HSL color Cylindrical-coordinate representation of color #46B17D: hue angle of 150.84º 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 #46B17D is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 177 | 125 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.31 |
| HSL | 150.84º | 0.43% | 0.48% | - |
| HSV(B) | 150.84º | 0.6% | 0.69% | - |
| XYZ | 21.95 | 34.23 | 24.85 | - |
| YUV | 139.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 177 | 125 | 0.60 | 0 | 0.29 | 0.31 | 150.84 | 0.43 | 0.48 |
| Hex | 46 | B1 | 7D | 3C | 0 | 1D | 1F | 97 | 2B | 30 |
| Octal | 106 | 261 | 175 | 74 | 0 | 35 | 37 | 227 | 53 | 60 |
| Binary | 1000110 | 10110001 | 1111101 | 111100 | 0 | 11101 | 11111 | 10010111 | 101011 | 110000 |
Color Harmonies of #46B17D
Complementary color
Monochromatic Colors of #46B17D
Black with #46B17D
Text Example
Text Example
White with #46B17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B17D; }
p { color: rgb(70,177,125); }
H1.HeaderClassName
{
color: #46B17D;
}
.AnyTagClassName
{
color: #46B17D;
}
</style>
background-color css
<style>
a { background-color: #46B17D; }
a { background-color: rgb(70,177,125); }
div.DivClassName
{
background-color: #46B17D;
}
.BgClassName
{
background-color: #46B17D;
}
</style>
border-color css
<style>
span { border-color: #46B17D; }
span { border-color: rgb(70,177,125); }
td.TdClassName
{
border-color: #46B17D;
}
.TagClassName
{
border-color: #46B17D;
}
</style>