Shades of Shamrock #46BD8D
Tints of Shamrock #46BD8D
RGB
CMYK
RGB Variations
Color information
#46BD8D (or 0x46BD8D) is known color: Shamrock. HEX triplet: 46, BD and 8D. RGB value is (70,189,141). Sum of RGB (Red+Green+Blue) = 70+189+141=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BD8D is #B94272. Grayscale: #949494. Windows color (decimal): -12141171 or 9289030. OLE color: 9289030.
HSL color Cylindrical-coordinate representation of color #46BD8D: hue angle of 155.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BD8D is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 189 | 141 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.26 |
| HSL | 155.8º | 0.47% | 0.51% | - |
| HSV(B) | 155.8º | 0.63% | 0.74% | - |
| XYZ | 25.53 | 39.62 | 31.5 | - |
| YUV | 147.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 141 | 0.63 | 0 | 0.25 | 0.26 | 155.8 | 0.47 | 0.51 |
| Hex | 46 | BD | 8D | 3F | 0 | 19 | 1A | 9C | 2F | 33 |
| Octal | 106 | 275 | 215 | 77 | 0 | 31 | 32 | 234 | 57 | 63 |
| Binary | 1000110 | 10111101 | 10001101 | 111111 | 0 | 11001 | 11010 | 10011100 | 101111 | 110011 |
Color Harmonies of #46BD8D
Complementary color
Monochromatic Colors of #46BD8D
Black with #46BD8D
Text Example
Text Example
White with #46BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BD8D; }
p { color: rgb(70,189,141); }
H1.HeaderClassName
{
color: #46BD8D;
}
.AnyTagClassName
{
color: #46BD8D;
}
</style>
background-color css
<style>
a { background-color: #46BD8D; }
a { background-color: rgb(70,189,141); }
div.DivClassName
{
background-color: #46BD8D;
}
.BgClassName
{
background-color: #46BD8D;
}
</style>
border-color css
<style>
span { border-color: #46BD8D; }
span { border-color: rgb(70,189,141); }
td.TdClassName
{
border-color: #46BD8D;
}
.TagClassName
{
border-color: #46BD8D;
}
</style>