Shades of Shamrock #46CDA1
Tints of Shamrock #46CDA1
RGB
CMYK
RGB Variations
Color information
#46CDA1 (or 0x46CDA1) is known color: Shamrock. HEX triplet: 46, CD and A1. RGB value is (70,205,161). Sum of RGB (Red+Green+Blue) = 70+205+161=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDA1 is #B9325E. Grayscale: #9F9F9F. Windows color (decimal): -12137055 or 10603846. OLE color: 10603846.
HSL color Cylindrical-coordinate representation of color #46CDA1: hue angle of 160.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDA1 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 161 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.20 |
| HSL | 160.44º | 0.57% | 0.54% | - |
| HSV(B) | 160.44º | 0.66% | 0.8% | - |
| XYZ | 30.79 | 47.54 | 41.27 | - |
| YUV | 159.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 161 | 0.66 | 0 | 0.21 | 0.20 | 160.44 | 0.57 | 0.54 |
| Hex | 46 | CD | A1 | 42 | 0 | 15 | 14 | A0 | 39 | 36 |
| Octal | 106 | 315 | 241 | 102 | 0 | 25 | 24 | 240 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10100001 | 1000010 | 0 | 10101 | 10100 | 10100000 | 111001 | 110110 |
Color Harmonies of #46CDA1
Complementary color
Monochromatic Colors of #46CDA1
Black with #46CDA1
Text Example
Text Example
White with #46CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDA1; }
p { color: rgb(70,205,161); }
H1.HeaderClassName
{
color: #46CDA1;
}
.AnyTagClassName
{
color: #46CDA1;
}
</style>
background-color css
<style>
a { background-color: #46CDA1; }
a { background-color: rgb(70,205,161); }
div.DivClassName
{
background-color: #46CDA1;
}
.BgClassName
{
background-color: #46CDA1;
}
</style>
border-color css
<style>
span { border-color: #46CDA1; }
span { border-color: rgb(70,205,161); }
td.TdClassName
{
border-color: #46CDA1;
}
.TagClassName
{
border-color: #46CDA1;
}
</style>