Shades of Shamrock #46CAA6
Tints of Shamrock #46CAA6
RGB
CMYK
RGB Variations
Color information
#46CAA6 (or 0x46CAA6) is known color: Shamrock. HEX triplet: 46, CA and A6. RGB value is (70,202,166). Sum of RGB (Red+Green+Blue) = 70+202+166=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #46CAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CAA6 is #B93559. Grayscale: #9E9E9E. Windows color (decimal): -12137818 or 10930758. OLE color: 10930758.
HSL color Cylindrical-coordinate representation of color #46CAA6: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CAA6 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 166 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.21 |
| HSL | 163.64º | 0.55% | 0.53% | - |
| HSV(B) | 163.64º | 0.65% | 0.79% | - |
| XYZ | 30.53 | 46.3 | 43.4 | - |
| YUV | 158.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 166 | 0.65 | 0 | 0.18 | 0.21 | 163.64 | 0.55 | 0.53 |
| Hex | 46 | CA | A6 | 41 | 0 | 12 | 15 | A4 | 37 | 35 |
| Octal | 106 | 312 | 246 | 101 | 0 | 22 | 25 | 244 | 67 | 65 |
| Binary | 1000110 | 11001010 | 10100110 | 1000001 | 0 | 10010 | 10101 | 10100100 | 110111 | 110101 |
Color Harmonies of #46CAA6
Complementary color
Monochromatic Colors of #46CAA6
Black with #46CAA6
Text Example
Text Example
White with #46CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CAA6; }
p { color: rgb(70,202,166); }
H1.HeaderClassName
{
color: #46CAA6;
}
.AnyTagClassName
{
color: #46CAA6;
}
</style>
background-color css
<style>
a { background-color: #46CAA6; }
a { background-color: rgb(70,202,166); }
div.DivClassName
{
background-color: #46CAA6;
}
.BgClassName
{
background-color: #46CAA6;
}
</style>
border-color css
<style>
span { border-color: #46CAA6; }
span { border-color: rgb(70,202,166); }
td.TdClassName
{
border-color: #46CAA6;
}
.TagClassName
{
border-color: #46CAA6;
}
</style>