Shades of Shamrock #46CEA5
Tints of Shamrock #46CEA5
RGB
CMYK
RGB Variations
Color information
#46CEA5 (or 0x46CEA5) is known color: Shamrock. HEX triplet: 46, CE and A5. RGB value is (70,206,165). Sum of RGB (Red+Green+Blue) = 70+206+165=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEA5 is #B9315A. Grayscale: #A0A0A0. Windows color (decimal): -12136795 or 10866246. OLE color: 10866246.
HSL color Cylindrical-coordinate representation of color #46CEA5: hue angle of 161.91º 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 #46CEA5 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 165 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.19 |
| HSL | 161.91º | 0.58% | 0.54% | - |
| HSV(B) | 161.91º | 0.66% | 0.81% | - |
| XYZ | 31.39 | 48.16 | 43.24 | - |
| YUV | 160.66 | 130.44 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 165 | 0.66 | 0 | 0.20 | 0.19 | 161.91 | 0.58 | 0.54 |
| Hex | 46 | CE | A5 | 42 | 0 | 14 | 13 | A2 | 3A | 36 |
| Octal | 106 | 316 | 245 | 102 | 0 | 24 | 23 | 242 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10100101 | 1000010 | 0 | 10100 | 10011 | 10100010 | 111010 | 110110 |
Color Harmonies of #46CEA5
Complementary color
Monochromatic Colors of #46CEA5
Black with #46CEA5
Text Example
Text Example
White with #46CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEA5; }
p { color: rgb(70,206,165); }
H1.HeaderClassName
{
color: #46CEA5;
}
.AnyTagClassName
{
color: #46CEA5;
}
</style>
background-color css
<style>
a { background-color: #46CEA5; }
a { background-color: rgb(70,206,165); }
div.DivClassName
{
background-color: #46CEA5;
}
.BgClassName
{
background-color: #46CEA5;
}
</style>
border-color css
<style>
span { border-color: #46CEA5; }
span { border-color: rgb(70,206,165); }
td.TdClassName
{
border-color: #46CEA5;
}
.TagClassName
{
border-color: #46CEA5;
}
</style>