Shades of Shamrock #3AD9A1
Tints of Shamrock #3AD9A1
RGB
CMYK
RGB Variations
Color information
#3AD9A1 (or 0x3AD9A1) is known color: Shamrock. HEX triplet: 3A, D9 and A1. RGB value is (58,217,161). Sum of RGB (Red+Green+Blue) = 58+217+161=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD9A1 is #C5265E. Grayscale: #A3A3A3. Windows color (decimal): -12920415 or 10606906. OLE color: 10606906.
HSL color Cylindrical-coordinate representation of color #3AD9A1: hue angle of 158.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9A1 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 161 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.15 |
| HSL | 158.87º | 0.68% | 0.54% | - |
| HSV(B) | 158.87º | 0.73% | 0.85% | - |
| XYZ | 32.99 | 53.1 | 42.23 | - |
| YUV | 163.08 | 126.82 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 161 | 0.73 | 0 | 0.26 | 0.15 | 158.87 | 0.68 | 0.54 |
| Hex | 3A | D9 | A1 | 49 | 0 | 1A | F | 9F | 44 | 36 |
| Octal | 72 | 331 | 241 | 111 | 0 | 32 | 17 | 237 | 104 | 66 |
| Binary | 111010 | 11011001 | 10100001 | 1001001 | 0 | 11010 | 1111 | 10011111 | 1000100 | 110110 |
Color Harmonies of #3AD9A1
Complementary color
Monochromatic Colors of #3AD9A1
Black with #3AD9A1
Text Example
Text Example
White with #3AD9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9A1; }
p { color: rgb(58,217,161); }
H1.HeaderClassName
{
color: #3AD9A1;
}
.AnyTagClassName
{
color: #3AD9A1;
}
</style>
background-color css
<style>
a { background-color: #3AD9A1; }
a { background-color: rgb(58,217,161); }
div.DivClassName
{
background-color: #3AD9A1;
}
.BgClassName
{
background-color: #3AD9A1;
}
</style>
border-color css
<style>
span { border-color: #3AD9A1; }
span { border-color: rgb(58,217,161); }
td.TdClassName
{
border-color: #3AD9A1;
}
.TagClassName
{
border-color: #3AD9A1;
}
</style>