Shades of Shamrock #3AD7A6
Tints of Shamrock #3AD7A6
RGB
CMYK
RGB Variations
Color information
#3AD7A6 (or 0x3AD7A6) is known color: Shamrock. HEX triplet: 3A, D7 and A6. RGB value is (58,215,166). Sum of RGB (Red+Green+Blue) = 58+215+166=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A6 is #C52859. Grayscale: #A2A2A2. Windows color (decimal): -12920922 or 10934074. OLE color: 10934074.
HSL color Cylindrical-coordinate representation of color #3AD7A6: hue angle of 161.27º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD7A6 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 166 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.16 |
| HSL | 161.27º | 0.66% | 0.54% | - |
| HSV(B) | 161.27º | 0.73% | 0.84% | - |
| XYZ | 32.93 | 52.25 | 44.43 | - |
| YUV | 162.47 | 129.99 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 166 | 0.73 | 0 | 0.23 | 0.16 | 161.27 | 0.66 | 0.54 |
| Hex | 3A | D7 | A6 | 49 | 0 | 17 | 10 | A1 | 42 | 36 |
| Octal | 72 | 327 | 246 | 111 | 0 | 27 | 20 | 241 | 102 | 66 |
| Binary | 111010 | 11010111 | 10100110 | 1001001 | 0 | 10111 | 10000 | 10100001 | 1000010 | 110110 |
Color Harmonies of #3AD7A6
Complementary color
Monochromatic Colors of #3AD7A6
Black with #3AD7A6
Text Example
Text Example
White with #3AD7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7A6; }
p { color: rgb(58,215,166); }
H1.HeaderClassName
{
color: #3AD7A6;
}
.AnyTagClassName
{
color: #3AD7A6;
}
</style>
background-color css
<style>
a { background-color: #3AD7A6; }
a { background-color: rgb(58,215,166); }
div.DivClassName
{
background-color: #3AD7A6;
}
.BgClassName
{
background-color: #3AD7A6;
}
</style>
border-color css
<style>
span { border-color: #3AD7A6; }
span { border-color: rgb(58,215,166); }
td.TdClassName
{
border-color: #3AD7A6;
}
.TagClassName
{
border-color: #3AD7A6;
}
</style>