Shades of Shamrock #46CDA2
Tints of Shamrock #46CDA2
RGB
CMYK
RGB Variations
Color information
#46CDA2 (or 0x46CDA2) is known color: Shamrock. HEX triplet: 46, CD and A2. RGB value is (70,205,162). Sum of RGB (Red+Green+Blue) = 70+205+162=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDA2 is #B9325D. Grayscale: #9F9F9F. Windows color (decimal): -12137054 or 10669382. OLE color: 10669382.
HSL color Cylindrical-coordinate representation of color #46CDA2: hue angle of 160.89º 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 #46CDA2 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 162 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.20 |
| HSL | 160.89º | 0.57% | 0.54% | - |
| HSV(B) | 160.89º | 0.66% | 0.8% | - |
| XYZ | 30.88 | 47.57 | 41.74 | - |
| YUV | 159.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 162 | 0.66 | 0 | 0.21 | 0.20 | 160.89 | 0.57 | 0.54 |
| Hex | 46 | CD | A2 | 42 | 0 | 15 | 14 | A1 | 39 | 36 |
| Octal | 106 | 315 | 242 | 102 | 0 | 25 | 24 | 241 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10100010 | 1000010 | 0 | 10101 | 10100 | 10100001 | 111001 | 110110 |
Color Harmonies of #46CDA2
Complementary color
Monochromatic Colors of #46CDA2
Black with #46CDA2
Text Example
Text Example
White with #46CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDA2; }
p { color: rgb(70,205,162); }
H1.HeaderClassName
{
color: #46CDA2;
}
.AnyTagClassName
{
color: #46CDA2;
}
</style>
background-color css
<style>
a { background-color: #46CDA2; }
a { background-color: rgb(70,205,162); }
div.DivClassName
{
background-color: #46CDA2;
}
.BgClassName
{
background-color: #46CDA2;
}
</style>
border-color css
<style>
span { border-color: #46CDA2; }
span { border-color: rgb(70,205,162); }
td.TdClassName
{
border-color: #46CDA2;
}
.TagClassName
{
border-color: #46CDA2;
}
</style>