Shades of Shamrock #46D6AF
Tints of Shamrock #46D6AF
RGB
CMYK
RGB Variations
Color information
#46D6AF (or 0x46D6AF) is known color: Shamrock. HEX triplet: 46, D6 and AF. RGB value is (70,214,175). Sum of RGB (Red+Green+Blue) = 70+214+175=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D6AF is #B92950. Grayscale: #A6A6A6. Windows color (decimal): -12134737 or 11523654. OLE color: 11523654.
HSL color Cylindrical-coordinate representation of color #46D6AF: hue angle of 163.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D6AF is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 175 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.16 |
| HSL | 163.75º | 0.64% | 0.56% | - |
| HSV(B) | 163.75º | 0.67% | 0.84% | - |
| XYZ | 34.31 | 52.49 | 48.88 | - |
| YUV | 166.5 | 132.79 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 175 | 0.67 | 0 | 0.18 | 0.16 | 163.75 | 0.64 | 0.56 |
| Hex | 46 | D6 | AF | 43 | 0 | 12 | 10 | A4 | 40 | 38 |
| Octal | 106 | 326 | 257 | 103 | 0 | 22 | 20 | 244 | 100 | 70 |
| Binary | 1000110 | 11010110 | 10101111 | 1000011 | 0 | 10010 | 10000 | 10100100 | 1000000 | 111000 |
Color Harmonies of #46D6AF
Complementary color
Monochromatic Colors of #46D6AF
Black with #46D6AF
Text Example
Text Example
White with #46D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D6AF; }
p { color: rgb(70,214,175); }
H1.HeaderClassName
{
color: #46D6AF;
}
.AnyTagClassName
{
color: #46D6AF;
}
</style>
background-color css
<style>
a { background-color: #46D6AF; }
a { background-color: rgb(70,214,175); }
div.DivClassName
{
background-color: #46D6AF;
}
.BgClassName
{
background-color: #46D6AF;
}
</style>
border-color css
<style>
span { border-color: #46D6AF; }
span { border-color: rgb(70,214,175); }
td.TdClassName
{
border-color: #46D6AF;
}
.TagClassName
{
border-color: #46D6AF;
}
</style>