Shades of Shamrock #46CCAB
Tints of Shamrock #46CCAB
RGB
CMYK
RGB Variations
Color information
#46CCAB (or 0x46CCAB) is known color: Shamrock. HEX triplet: 46, CC and AB. RGB value is (70,204,171). Sum of RGB (Red+Green+Blue) = 70+204+171=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CCAB is #B93354. Grayscale: #A0A0A0. Windows color (decimal): -12137301 or 11258950. OLE color: 11258950.
HSL color Cylindrical-coordinate representation of color #46CCAB: hue angle of 165.22º 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 #46CCAB is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 171 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.2 |
| HSL | 165.22º | 0.57% | 0.54% | - |
| HSV(B) | 165.22º | 0.66% | 0.8% | - |
| XYZ | 31.47 | 47.43 | 46.02 | - |
| YUV | 160.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 171 | 0.66 | 0 | 0.16 | 0.2 | 165.22 | 0.57 | 0.54 |
| Hex | 46 | CC | AB | 42 | 0 | 10 | 14 | A5 | 39 | 36 |
| Octal | 106 | 314 | 253 | 102 | 0 | 20 | 24 | 245 | 71 | 66 |
| Binary | 1000110 | 11001100 | 10101011 | 1000010 | 0 | 10000 | 10100 | 10100101 | 111001 | 110110 |
Color Harmonies of #46CCAB
Complementary color
Monochromatic Colors of #46CCAB
Black with #46CCAB
Text Example
Text Example
White with #46CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCAB; }
p { color: rgb(70,204,171); }
H1.HeaderClassName
{
color: #46CCAB;
}
.AnyTagClassName
{
color: #46CCAB;
}
</style>
background-color css
<style>
a { background-color: #46CCAB; }
a { background-color: rgb(70,204,171); }
div.DivClassName
{
background-color: #46CCAB;
}
.BgClassName
{
background-color: #46CCAB;
}
</style>
border-color css
<style>
span { border-color: #46CCAB; }
span { border-color: rgb(70,204,171); }
td.TdClassName
{
border-color: #46CCAB;
}
.TagClassName
{
border-color: #46CCAB;
}
</style>