Shades of Shamrock #46CFAD
Tints of Shamrock #46CFAD
RGB
CMYK
RGB Variations
Color information
#46CFAD (or 0x46CFAD) is known color: Shamrock. HEX triplet: 46, CF and AD. RGB value is (70,207,173). Sum of RGB (Red+Green+Blue) = 70+207+173=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFAD is #B93052. Grayscale: #A2A2A2. Windows color (decimal): -12136531 or 11390790. OLE color: 11390790.
HSL color Cylindrical-coordinate representation of color #46CFAD: hue angle of 165.11º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CFAD is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 173 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.19 |
| HSL | 165.11º | 0.59% | 0.54% | - |
| HSV(B) | 165.11º | 0.66% | 0.81% | - |
| XYZ | 32.38 | 48.94 | 47.28 | - |
| YUV | 162.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 173 | 0.66 | 0 | 0.16 | 0.19 | 165.11 | 0.59 | 0.54 |
| Hex | 46 | CF | AD | 42 | 0 | 10 | 13 | A5 | 3B | 36 |
| Octal | 106 | 317 | 255 | 102 | 0 | 20 | 23 | 245 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10101101 | 1000010 | 0 | 10000 | 10011 | 10100101 | 111011 | 110110 |
Color Harmonies of #46CFAD
Complementary color
Monochromatic Colors of #46CFAD
Black with #46CFAD
Text Example
Text Example
White with #46CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFAD; }
p { color: rgb(70,207,173); }
H1.HeaderClassName
{
color: #46CFAD;
}
.AnyTagClassName
{
color: #46CFAD;
}
</style>
background-color css
<style>
a { background-color: #46CFAD; }
a { background-color: rgb(70,207,173); }
div.DivClassName
{
background-color: #46CFAD;
}
.BgClassName
{
background-color: #46CFAD;
}
</style>
border-color css
<style>
span { border-color: #46CFAD; }
span { border-color: rgb(70,207,173); }
td.TdClassName
{
border-color: #46CFAD;
}
.TagClassName
{
border-color: #46CFAD;
}
</style>