Shades of Shamrock #46D0AA
Tints of Shamrock #46D0AA
RGB
CMYK
RGB Variations
Color information
#46D0AA (or 0x46D0AA) is known color: Shamrock. HEX triplet: 46, D0 and AA. RGB value is (70,208,170). Sum of RGB (Red+Green+Blue) = 70+208+170=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #46D0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D0AA is #B92F55. Grayscale: #A2A2A2. Windows color (decimal): -12136278 or 11194438. OLE color: 11194438.
HSL color Cylindrical-coordinate representation of color #46D0AA: hue angle of 163.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D0AA is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 170 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.18 |
| HSL | 163.48º | 0.59% | 0.55% | - |
| HSV(B) | 163.48º | 0.66% | 0.82% | - |
| XYZ | 32.34 | 49.32 | 45.84 | - |
| YUV | 162.41 | 132.28 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 170 | 0.66 | 0 | 0.18 | 0.18 | 163.48 | 0.59 | 0.55 |
| Hex | 46 | D0 | AA | 42 | 0 | 12 | 12 | A3 | 3B | 37 |
| Octal | 106 | 320 | 252 | 102 | 0 | 22 | 22 | 243 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10101010 | 1000010 | 0 | 10010 | 10010 | 10100011 | 111011 | 110111 |
Color Harmonies of #46D0AA
Complementary color
Monochromatic Colors of #46D0AA
Black with #46D0AA
Text Example
Text Example
White with #46D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D0AA; }
p { color: rgb(70,208,170); }
H1.HeaderClassName
{
color: #46D0AA;
}
.AnyTagClassName
{
color: #46D0AA;
}
</style>
background-color css
<style>
a { background-color: #46D0AA; }
a { background-color: rgb(70,208,170); }
div.DivClassName
{
background-color: #46D0AA;
}
.BgClassName
{
background-color: #46D0AA;
}
</style>
border-color css
<style>
span { border-color: #46D0AA; }
span { border-color: rgb(70,208,170); }
td.TdClassName
{
border-color: #46D0AA;
}
.TagClassName
{
border-color: #46D0AA;
}
</style>