Shades of Shamrock #46BA8C
Tints of Shamrock #46BA8C
RGB
CMYK
RGB Variations
Color information
#46BA8C (or 0x46BA8C) is known color: Shamrock. HEX triplet: 46, BA and 8C. RGB value is (70,186,140). Sum of RGB (Red+Green+Blue) = 70+186+140=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BA8C is #B94573. Grayscale: #929292. Windows color (decimal): -12141940 or 9222726. OLE color: 9222726.
HSL color Cylindrical-coordinate representation of color #46BA8C: hue angle of 156.21º 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 #46BA8C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 140 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.27 |
| HSL | 156.21º | 0.46% | 0.5% | - |
| HSV(B) | 156.21º | 0.62% | 0.73% | - |
| XYZ | 24.82 | 38.31 | 30.9 | - |
| YUV | 146.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 140 | 0.62 | 0 | 0.25 | 0.27 | 156.21 | 0.46 | 0.5 |
| Hex | 46 | BA | 8C | 3E | 0 | 19 | 1B | 9C | 2E | 32 |
| Octal | 106 | 272 | 214 | 76 | 0 | 31 | 33 | 234 | 56 | 62 |
| Binary | 1000110 | 10111010 | 10001100 | 111110 | 0 | 11001 | 11011 | 10011100 | 101110 | 110010 |
Color Harmonies of #46BA8C
Complementary color
Monochromatic Colors of #46BA8C
Black with #46BA8C
Text Example
Text Example
White with #46BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA8C; }
p { color: rgb(70,186,140); }
H1.HeaderClassName
{
color: #46BA8C;
}
.AnyTagClassName
{
color: #46BA8C;
}
</style>
background-color css
<style>
a { background-color: #46BA8C; }
a { background-color: rgb(70,186,140); }
div.DivClassName
{
background-color: #46BA8C;
}
.BgClassName
{
background-color: #46BA8C;
}
</style>
border-color css
<style>
span { border-color: #46BA8C; }
span { border-color: rgb(70,186,140); }
td.TdClassName
{
border-color: #46BA8C;
}
.TagClassName
{
border-color: #46BA8C;
}
</style>