Shades of Shamrock #46CFA7
Tints of Shamrock #46CFA7
RGB
CMYK
RGB Variations
Color information
#46CFA7 (or 0x46CFA7) is known color: Shamrock. HEX triplet: 46, CF and A7. RGB value is (70,207,167). Sum of RGB (Red+Green+Blue) = 70+207+167=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CFA7 is #B93058. Grayscale: #A1A1A1. Windows color (decimal): -12136537 or 10997574. OLE color: 10997574.
HSL color Cylindrical-coordinate representation of color #46CFA7: hue angle of 162.48º 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 #46CFA7 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 167 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.19 |
| HSL | 162.48º | 0.59% | 0.54% | - |
| HSV(B) | 162.48º | 0.66% | 0.81% | - |
| XYZ | 31.81 | 48.72 | 44.29 | - |
| YUV | 161.48 | 131.11 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 167 | 0.66 | 0 | 0.19 | 0.19 | 162.48 | 0.59 | 0.54 |
| Hex | 46 | CF | A7 | 42 | 0 | 13 | 13 | A2 | 3B | 36 |
| Octal | 106 | 317 | 247 | 102 | 0 | 23 | 23 | 242 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10100111 | 1000010 | 0 | 10011 | 10011 | 10100010 | 111011 | 110110 |
Color Harmonies of #46CFA7
Complementary color
Monochromatic Colors of #46CFA7
Black with #46CFA7
Text Example
Text Example
White with #46CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFA7; }
p { color: rgb(70,207,167); }
H1.HeaderClassName
{
color: #46CFA7;
}
.AnyTagClassName
{
color: #46CFA7;
}
</style>
background-color css
<style>
a { background-color: #46CFA7; }
a { background-color: rgb(70,207,167); }
div.DivClassName
{
background-color: #46CFA7;
}
.BgClassName
{
background-color: #46CFA7;
}
</style>
border-color css
<style>
span { border-color: #46CFA7; }
span { border-color: rgb(70,207,167); }
td.TdClassName
{
border-color: #46CFA7;
}
.TagClassName
{
border-color: #46CFA7;
}
</style>