Shades of Shamrock #46DFAC
Tints of Shamrock #46DFAC
RGB
CMYK
RGB Variations
Color information
#46DFAC (or 0x46DFAC) is known color: Shamrock. HEX triplet: 46, DF and AC. RGB value is (70,223,172). Sum of RGB (Red+Green+Blue) = 70+223+172=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #46DFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DFAC is #B92053. Grayscale: #ABABAB. Windows color (decimal): -12132436 or 11329350. OLE color: 11329350.
HSL color Cylindrical-coordinate representation of color #46DFAC: hue angle of 160º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DFAC is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 172 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.13 |
| HSL | 160º | 0.71% | 0.57% | - |
| HSV(B) | 160º | 0.69% | 0.87% | - |
| XYZ | 36.36 | 57.06 | 48.13 | - |
| YUV | 171.44 | 128.31 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 172 | 0.69 | 0 | 0.23 | 0.13 | 160 | 0.71 | 0.57 |
| Hex | 46 | DF | AC | 45 | 0 | 17 | D | A0 | 47 | 39 |
| Octal | 106 | 337 | 254 | 105 | 0 | 27 | 15 | 240 | 107 | 71 |
| Binary | 1000110 | 11011111 | 10101100 | 1000101 | 0 | 10111 | 1101 | 10100000 | 1000111 | 111001 |
Color Harmonies of #46DFAC
Complementary color
Monochromatic Colors of #46DFAC
Black with #46DFAC
Text Example
Text Example
White with #46DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFAC; }
p { color: rgb(70,223,172); }
H1.HeaderClassName
{
color: #46DFAC;
}
.AnyTagClassName
{
color: #46DFAC;
}
</style>
background-color css
<style>
a { background-color: #46DFAC; }
a { background-color: rgb(70,223,172); }
div.DivClassName
{
background-color: #46DFAC;
}
.BgClassName
{
background-color: #46DFAC;
}
</style>
border-color css
<style>
span { border-color: #46DFAC; }
span { border-color: rgb(70,223,172); }
td.TdClassName
{
border-color: #46DFAC;
}
.TagClassName
{
border-color: #46DFAC;
}
</style>