Shades of Shamrock #46EEA6
Tints of Shamrock #46EEA6
RGB
CMYK
RGB Variations
Color information
#46EEA6 (or 0x46EEA6) is known color: Shamrock. HEX triplet: 46, EE and A6. RGB value is (70,238,166). Sum of RGB (Red+Green+Blue) = 70+238+166=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EEA6 is #B91159. Grayscale: #B3B3B3. Windows color (decimal): -12128602 or 10939974. OLE color: 10939974.
HSL color Cylindrical-coordinate representation of color #46EEA6: hue angle of 154.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEA6 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 166 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.07 |
| HSL | 154.29º | 0.83% | 0.6% | - |
| HSV(B) | 154.29º | 0.71% | 0.93% | - |
| XYZ | 39.98 | 65.2 | 46.55 | - |
| YUV | 179.56 | 120.34 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 166 | 0.71 | 0 | 0.30 | 0.07 | 154.29 | 0.83 | 0.6 |
| Hex | 46 | EE | A6 | 47 | 0 | 1E | 7 | 9A | 53 | 3C |
| Octal | 106 | 356 | 246 | 107 | 0 | 36 | 7 | 232 | 123 | 74 |
| Binary | 1000110 | 11101110 | 10100110 | 1000111 | 0 | 11110 | 111 | 10011010 | 1010011 | 111100 |
Color Harmonies of #46EEA6
Complementary color
Monochromatic Colors of #46EEA6
Black with #46EEA6
Text Example
Text Example
White with #46EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEA6; }
p { color: rgb(70,238,166); }
H1.HeaderClassName
{
color: #46EEA6;
}
.AnyTagClassName
{
color: #46EEA6;
}
</style>
background-color css
<style>
a { background-color: #46EEA6; }
a { background-color: rgb(70,238,166); }
div.DivClassName
{
background-color: #46EEA6;
}
.BgClassName
{
background-color: #46EEA6;
}
</style>
border-color css
<style>
span { border-color: #46EEA6; }
span { border-color: rgb(70,238,166); }
td.TdClassName
{
border-color: #46EEA6;
}
.TagClassName
{
border-color: #46EEA6;
}
</style>