Shades of Shamrock #46CDA4
Tints of Shamrock #46CDA4
RGB
CMYK
RGB Variations
Color information
#46CDA4 (or 0x46CDA4) is known color: Shamrock. HEX triplet: 46, CD and A4. RGB value is (70,205,164). Sum of RGB (Red+Green+Blue) = 70+205+164=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CDA4 is #B9325B. Grayscale: #9F9F9F. Windows color (decimal): -12137052 or 10800454. OLE color: 10800454.
HSL color Cylindrical-coordinate representation of color #46CDA4: hue angle of 161.78º 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 #46CDA4 is Cyan = 0.66, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 205 | 164 | - |
| CMYK | 0.66 | 0 | 0.2 | 0.20 |
| HSL | 161.78º | 0.57% | 0.54% | - |
| HSV(B) | 161.78º | 0.66% | 0.8% | - |
| XYZ | 31.06 | 47.65 | 42.68 | - |
| YUV | 159.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 205 | 164 | 0.66 | 0 | 0.2 | 0.20 | 161.78 | 0.57 | 0.54 |
| Hex | 46 | CD | A4 | 42 | 0 | 14 | 14 | A2 | 39 | 36 |
| Octal | 106 | 315 | 244 | 102 | 0 | 24 | 24 | 242 | 71 | 66 |
| Binary | 1000110 | 11001101 | 10100100 | 1000010 | 0 | 10100 | 10100 | 10100010 | 111001 | 110110 |
Color Harmonies of #46CDA4
Complementary color
Monochromatic Colors of #46CDA4
Black with #46CDA4
Text Example
Text Example
White with #46CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CDA4; }
p { color: rgb(70,205,164); }
H1.HeaderClassName
{
color: #46CDA4;
}
.AnyTagClassName
{
color: #46CDA4;
}
</style>
background-color css
<style>
a { background-color: #46CDA4; }
a { background-color: rgb(70,205,164); }
div.DivClassName
{
background-color: #46CDA4;
}
.BgClassName
{
background-color: #46CDA4;
}
</style>
border-color css
<style>
span { border-color: #46CDA4; }
span { border-color: rgb(70,205,164); }
td.TdClassName
{
border-color: #46CDA4;
}
.TagClassName
{
border-color: #46CDA4;
}
</style>