Shades of Shamrock #46DBA8
Tints of Shamrock #46DBA8
RGB
CMYK
RGB Variations
Color information
#46DBA8 (or 0x46DBA8) is known color: Shamrock. HEX triplet: 46, DB and A8. RGB value is (70,219,168). Sum of RGB (Red+Green+Blue) = 70+219+168=457 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.32% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBA8 is #B92457. Grayscale: #A8A8A8. Windows color (decimal): -12133464 or 11066182. OLE color: 11066182.
HSL color Cylindrical-coordinate representation of color #46DBA8: hue angle of 159.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DBA8 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 168 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.14 |
| HSL | 159.46º | 0.67% | 0.57% | - |
| HSV(B) | 159.46º | 0.68% | 0.86% | - |
| XYZ | 34.93 | 54.79 | 45.78 | - |
| YUV | 168.64 | 127.64 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 168 | 0.68 | 0 | 0.23 | 0.14 | 159.46 | 0.67 | 0.57 |
| Hex | 46 | DB | A8 | 44 | 0 | 17 | E | 9F | 43 | 39 |
| Octal | 106 | 333 | 250 | 104 | 0 | 27 | 16 | 237 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10101000 | 1000100 | 0 | 10111 | 1110 | 10011111 | 1000011 | 111001 |
Color Harmonies of #46DBA8
Complementary color
Monochromatic Colors of #46DBA8
Black with #46DBA8
Text Example
Text Example
White with #46DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBA8; }
p { color: rgb(70,219,168); }
H1.HeaderClassName
{
color: #46DBA8;
}
.AnyTagClassName
{
color: #46DBA8;
}
</style>
background-color css
<style>
a { background-color: #46DBA8; }
a { background-color: rgb(70,219,168); }
div.DivClassName
{
background-color: #46DBA8;
}
.BgClassName
{
background-color: #46DBA8;
}
</style>
border-color css
<style>
span { border-color: #46DBA8; }
span { border-color: rgb(70,219,168); }
td.TdClassName
{
border-color: #46DBA8;
}
.TagClassName
{
border-color: #46DBA8;
}
</style>