Shades of Shamrock #46CEA1
Tints of Shamrock #46CEA1
RGB
CMYK
RGB Variations
Color information
#46CEA1 (or 0x46CEA1) is known color: Shamrock. HEX triplet: 46, CE and A1. RGB value is (70,206,161). Sum of RGB (Red+Green+Blue) = 70+206+161=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEA1 is #B9315E. Grayscale: #A0A0A0. Windows color (decimal): -12136799 or 10604102. OLE color: 10604102.
HSL color Cylindrical-coordinate representation of color #46CEA1: hue angle of 160.15º degrees, saturation: 0.58, 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 #46CEA1 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 161 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.19 |
| HSL | 160.15º | 0.58% | 0.54% | - |
| HSV(B) | 160.15º | 0.66% | 0.81% | - |
| XYZ | 31.03 | 48.02 | 41.35 | - |
| YUV | 160.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 161 | 0.66 | 0 | 0.22 | 0.19 | 160.15 | 0.58 | 0.54 |
| Hex | 46 | CE | A1 | 42 | 0 | 16 | 13 | A0 | 3A | 36 |
| Octal | 106 | 316 | 241 | 102 | 0 | 26 | 23 | 240 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10100001 | 1000010 | 0 | 10110 | 10011 | 10100000 | 111010 | 110110 |
Color Harmonies of #46CEA1
Complementary color
Monochromatic Colors of #46CEA1
Black with #46CEA1
Text Example
Text Example
White with #46CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEA1; }
p { color: rgb(70,206,161); }
H1.HeaderClassName
{
color: #46CEA1;
}
.AnyTagClassName
{
color: #46CEA1;
}
</style>
background-color css
<style>
a { background-color: #46CEA1; }
a { background-color: rgb(70,206,161); }
div.DivClassName
{
background-color: #46CEA1;
}
.BgClassName
{
background-color: #46CEA1;
}
</style>
border-color css
<style>
span { border-color: #46CEA1; }
span { border-color: rgb(70,206,161); }
td.TdClassName
{
border-color: #46CEA1;
}
.TagClassName
{
border-color: #46CEA1;
}
</style>