Shades of Shamrock #3AD9A3
Tints of Shamrock #3AD9A3
RGB
CMYK
RGB Variations
Color information
#3AD9A3 (or 0x3AD9A3) is known color: Shamrock. HEX triplet: 3A, D9 and A3. RGB value is (58,217,163). Sum of RGB (Red+Green+Blue) = 58+217+163=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD9A3 is #C5265C. Grayscale: #A3A3A3. Windows color (decimal): -12920413 or 10737978. OLE color: 10737978.
HSL color Cylindrical-coordinate representation of color #3AD9A3: hue angle of 159.62º 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 #3AD9A3 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 163 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.15 |
| HSL | 159.62º | 0.68% | 0.54% | - |
| HSV(B) | 159.62º | 0.73% | 0.85% | - |
| XYZ | 33.17 | 53.17 | 43.16 | - |
| YUV | 163.3 | 127.82 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 163 | 0.73 | 0 | 0.25 | 0.15 | 159.62 | 0.68 | 0.54 |
| Hex | 3A | D9 | A3 | 49 | 0 | 19 | F | A0 | 44 | 36 |
| Octal | 72 | 331 | 243 | 111 | 0 | 31 | 17 | 240 | 104 | 66 |
| Binary | 111010 | 11011001 | 10100011 | 1001001 | 0 | 11001 | 1111 | 10100000 | 1000100 | 110110 |
Color Harmonies of #3AD9A3
Complementary color
Monochromatic Colors of #3AD9A3
Black with #3AD9A3
Text Example
Text Example
White with #3AD9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9A3; }
p { color: rgb(58,217,163); }
H1.HeaderClassName
{
color: #3AD9A3;
}
.AnyTagClassName
{
color: #3AD9A3;
}
</style>
background-color css
<style>
a { background-color: #3AD9A3; }
a { background-color: rgb(58,217,163); }
div.DivClassName
{
background-color: #3AD9A3;
}
.BgClassName
{
background-color: #3AD9A3;
}
</style>
border-color css
<style>
span { border-color: #3AD9A3; }
span { border-color: rgb(58,217,163); }
td.TdClassName
{
border-color: #3AD9A3;
}
.TagClassName
{
border-color: #3AD9A3;
}
</style>