Shades of Shamrock #46BE8D
Tints of Shamrock #46BE8D
RGB
CMYK
RGB Variations
Color information
#46BE8D (or 0x46BE8D) is known color: Shamrock. HEX triplet: 46, BE and 8D. RGB value is (70,190,141). Sum of RGB (Red+Green+Blue) = 70+190+141=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE8D is #B94172. Grayscale: #949494. Windows color (decimal): -12140915 or 9289286. OLE color: 9289286.
HSL color Cylindrical-coordinate representation of color #46BE8D: hue angle of 155.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE8D is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 141 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.25 |
| HSL | 155.5º | 0.48% | 0.51% | - |
| HSV(B) | 155.5º | 0.63% | 0.75% | - |
| XYZ | 25.75 | 40.05 | 31.57 | - |
| YUV | 148.53 | 123.74 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 141 | 0.63 | 0 | 0.26 | 0.25 | 155.5 | 0.48 | 0.51 |
| Hex | 46 | BE | 8D | 3F | 0 | 1A | 19 | 9C | 30 | 33 |
| Octal | 106 | 276 | 215 | 77 | 0 | 32 | 31 | 234 | 60 | 63 |
| Binary | 1000110 | 10111110 | 10001101 | 111111 | 0 | 11010 | 11001 | 10011100 | 110000 | 110011 |
Color Harmonies of #46BE8D
Complementary color
Monochromatic Colors of #46BE8D
Black with #46BE8D
Text Example
Text Example
White with #46BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE8D; }
p { color: rgb(70,190,141); }
H1.HeaderClassName
{
color: #46BE8D;
}
.AnyTagClassName
{
color: #46BE8D;
}
</style>
background-color css
<style>
a { background-color: #46BE8D; }
a { background-color: rgb(70,190,141); }
div.DivClassName
{
background-color: #46BE8D;
}
.BgClassName
{
background-color: #46BE8D;
}
</style>
border-color css
<style>
span { border-color: #46BE8D; }
span { border-color: rgb(70,190,141); }
td.TdClassName
{
border-color: #46BE8D;
}
.TagClassName
{
border-color: #46BE8D;
}
</style>