Shades of Shamrock #46CFA6
Tints of Shamrock #46CFA6
RGB
CMYK
RGB Variations
Color information
#46CFA6 (or 0x46CFA6) is known color: Shamrock. HEX triplet: 46, CF and A6. RGB value is (70,207,166). Sum of RGB (Red+Green+Blue) = 70+207+166=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFA6 is #B93059. Grayscale: #A1A1A1. Windows color (decimal): -12136538 or 10932038. OLE color: 10932038.
HSL color Cylindrical-coordinate representation of color #46CFA6: hue angle of 162.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFA6 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 166 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.19 |
| HSL | 162.04º | 0.59% | 0.54% | - |
| HSV(B) | 162.04º | 0.66% | 0.81% | - |
| XYZ | 31.72 | 48.68 | 43.8 | - |
| YUV | 161.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 166 | 0.66 | 0 | 0.20 | 0.19 | 162.04 | 0.59 | 0.54 |
| Hex | 46 | CF | A6 | 42 | 0 | 14 | 13 | A2 | 3B | 36 |
| Octal | 106 | 317 | 246 | 102 | 0 | 24 | 23 | 242 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10100110 | 1000010 | 0 | 10100 | 10011 | 10100010 | 111011 | 110110 |
Color Harmonies of #46CFA6
Complementary color
Monochromatic Colors of #46CFA6
Black with #46CFA6
Text Example
Text Example
White with #46CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFA6; }
p { color: rgb(70,207,166); }
H1.HeaderClassName
{
color: #46CFA6;
}
.AnyTagClassName
{
color: #46CFA6;
}
</style>
background-color css
<style>
a { background-color: #46CFA6; }
a { background-color: rgb(70,207,166); }
div.DivClassName
{
background-color: #46CFA6;
}
.BgClassName
{
background-color: #46CFA6;
}
</style>
border-color css
<style>
span { border-color: #46CFA6; }
span { border-color: rgb(70,207,166); }
td.TdClassName
{
border-color: #46CFA6;
}
.TagClassName
{
border-color: #46CFA6;
}
</style>