Shades of Shamrock #46E6AC
Tints of Shamrock #46E6AC
RGB
CMYK
RGB Variations
Color information
#46E6AC (or 0x46E6AC) is known color: Shamrock. HEX triplet: 46, E6 and AC. RGB value is (70,230,172). Sum of RGB (Red+Green+Blue) = 70+230+172=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #46E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E6AC is #B91953. Grayscale: #AFAFAF. Windows color (decimal): -12130644 or 11331142. OLE color: 11331142.
HSL color Cylindrical-coordinate representation of color #46E6AC: hue angle of 158.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E6AC is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 172 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.10 |
| HSL | 158.25º | 0.76% | 0.59% | - |
| HSV(B) | 158.25º | 0.7% | 0.9% | - |
| XYZ | 38.27 | 60.87 | 48.76 | - |
| YUV | 175.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 172 | 0.70 | 0 | 0.25 | 0.10 | 158.25 | 0.76 | 0.59 |
| Hex | 46 | E6 | AC | 46 | 0 | 19 | A | 9E | 4C | 3B |
| Octal | 106 | 346 | 254 | 106 | 0 | 31 | 12 | 236 | 114 | 73 |
| Binary | 1000110 | 11100110 | 10101100 | 1000110 | 0 | 11001 | 1010 | 10011110 | 1001100 | 111011 |
Color Harmonies of #46E6AC
Complementary color
Monochromatic Colors of #46E6AC
Black with #46E6AC
Text Example
Text Example
White with #46E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E6AC; }
p { color: rgb(70,230,172); }
H1.HeaderClassName
{
color: #46E6AC;
}
.AnyTagClassName
{
color: #46E6AC;
}
</style>
background-color css
<style>
a { background-color: #46E6AC; }
a { background-color: rgb(70,230,172); }
div.DivClassName
{
background-color: #46E6AC;
}
.BgClassName
{
background-color: #46E6AC;
}
</style>
border-color css
<style>
span { border-color: #46E6AC; }
span { border-color: rgb(70,230,172); }
td.TdClassName
{
border-color: #46E6AC;
}
.TagClassName
{
border-color: #46E6AC;
}
</style>