Shades of Ocean Green #46B17C
Tints of Ocean Green #46B17C
RGB
CMYK
RGB Variations
Color information
#46B17C (or 0x46B17C) is known color: Ocean Green. HEX triplet: 46, B1 and 7C. RGB value is (70,177,124). Sum of RGB (Red+Green+Blue) = 70+177+124=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #46B17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B17C is #B94E83. Grayscale: #8B8B8B. Windows color (decimal): -12144260 or 8171846. OLE color: 8171846.
HSL color Cylindrical-coordinate representation of color #46B17C: hue angle of 150.28º 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 #46B17C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 177 | 124 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.31 |
| HSL | 150.28º | 0.43% | 0.48% | - |
| HSV(B) | 150.28º | 0.6% | 0.69% | - |
| XYZ | 21.89 | 34.2 | 24.52 | - |
| YUV | 138.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 177 | 124 | 0.60 | 0 | 0.30 | 0.31 | 150.28 | 0.43 | 0.48 |
| Hex | 46 | B1 | 7C | 3C | 0 | 1E | 1F | 96 | 2B | 30 |
| Octal | 106 | 261 | 174 | 74 | 0 | 36 | 37 | 226 | 53 | 60 |
| Binary | 1000110 | 10110001 | 1111100 | 111100 | 0 | 11110 | 11111 | 10010110 | 101011 | 110000 |
Color Harmonies of #46B17C
Complementary color
Monochromatic Colors of #46B17C
Black with #46B17C
Text Example
Text Example
White with #46B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B17C; }
p { color: rgb(70,177,124); }
H1.HeaderClassName
{
color: #46B17C;
}
.AnyTagClassName
{
color: #46B17C;
}
</style>
background-color css
<style>
a { background-color: #46B17C; }
a { background-color: rgb(70,177,124); }
div.DivClassName
{
background-color: #46B17C;
}
.BgClassName
{
background-color: #46B17C;
}
</style>
border-color css
<style>
span { border-color: #46B17C; }
span { border-color: rgb(70,177,124); }
td.TdClassName
{
border-color: #46B17C;
}
.TagClassName
{
border-color: #46B17C;
}
</style>