Shades of Shamrock #46CDA7
Tints of Shamrock #46CDA7
RGB
CMYK
RGB Variations
Color information
#46CDA7 (or 0x46CDA7) is known color: Shamrock. HEX triplet: 46, CD and A7. RGB value is (70,205,167). Sum of RGB (Red+Green+Blue) = 70+205+167=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDA7 is #B93258. Grayscale: #A0A0A0. Windows color (decimal): -12137049 or 10997062. OLE color: 10997062.
HSL color Cylindrical-coordinate representation of color #46CDA7: hue angle of 163.11º 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 #46CDA7 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 167 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.20 |
| HSL | 163.11º | 0.57% | 0.54% | - |
| HSV(B) | 163.11º | 0.66% | 0.8% | - |
| XYZ | 31.33 | 47.75 | 44.13 | - |
| YUV | 160.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 167 | 0.66 | 0 | 0.19 | 0.20 | 163.11 | 0.57 | 0.54 |
| Hex | 46 | CD | A7 | 42 | 0 | 13 | 14 | A3 | 39 | 36 |
| Octal | 106 | 315 | 247 | 102 | 0 | 23 | 24 | 243 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10100111 | 1000010 | 0 | 10011 | 10100 | 10100011 | 111001 | 110110 |
Color Harmonies of #46CDA7
Complementary color
Monochromatic Colors of #46CDA7
Black with #46CDA7
Text Example
Text Example
White with #46CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDA7; }
p { color: rgb(70,205,167); }
H1.HeaderClassName
{
color: #46CDA7;
}
.AnyTagClassName
{
color: #46CDA7;
}
</style>
background-color css
<style>
a { background-color: #46CDA7; }
a { background-color: rgb(70,205,167); }
div.DivClassName
{
background-color: #46CDA7;
}
.BgClassName
{
background-color: #46CDA7;
}
</style>
border-color css
<style>
span { border-color: #46CDA7; }
span { border-color: rgb(70,205,167); }
td.TdClassName
{
border-color: #46CDA7;
}
.TagClassName
{
border-color: #46CDA7;
}
</style>