Shades of Shamrock #46BA8F
Tints of Shamrock #46BA8F
RGB
CMYK
RGB Variations
Color information
#46BA8F (or 0x46BA8F) is known color: Shamrock. HEX triplet: 46, BA and 8F. RGB value is (70,186,143). Sum of RGB (Red+Green+Blue) = 70+186+143=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BA8F is #B94570. Grayscale: #929292. Windows color (decimal): -12141937 or 9419334. OLE color: 9419334.
HSL color Cylindrical-coordinate representation of color #46BA8F: hue angle of 157.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46BA8F is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 143 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.27 |
| HSL | 157.76º | 0.46% | 0.5% | - |
| HSV(B) | 157.76º | 0.62% | 0.73% | - |
| XYZ | 25.04 | 38.4 | 32.08 | - |
| YUV | 146.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 143 | 0.62 | 0 | 0.23 | 0.27 | 157.76 | 0.46 | 0.5 |
| Hex | 46 | BA | 8F | 3E | 0 | 17 | 1B | 9E | 2E | 32 |
| Octal | 106 | 272 | 217 | 76 | 0 | 27 | 33 | 236 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10001111 | 111110 | 0 | 10111 | 11011 | 10011110 | 101110 | 110010 |
Color Harmonies of #46BA8F
Complementary color
Monochromatic Colors of #46BA8F
Black with #46BA8F
Text Example
Text Example
White with #46BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA8F; }
p { color: rgb(70,186,143); }
H1.HeaderClassName
{
color: #46BA8F;
}
.AnyTagClassName
{
color: #46BA8F;
}
</style>
background-color css
<style>
a { background-color: #46BA8F; }
a { background-color: rgb(70,186,143); }
div.DivClassName
{
background-color: #46BA8F;
}
.BgClassName
{
background-color: #46BA8F;
}
</style>
border-color css
<style>
span { border-color: #46BA8F; }
span { border-color: rgb(70,186,143); }
td.TdClassName
{
border-color: #46BA8F;
}
.TagClassName
{
border-color: #46BA8F;
}
</style>