Shades of Shamrock #3AD6A3
Tints of Shamrock #3AD6A3
RGB
CMYK
RGB Variations
Color information
#3AD6A3 (or 0x3AD6A3) is known color: Shamrock. HEX triplet: 3A, D6 and A3. RGB value is (58,214,163). Sum of RGB (Red+Green+Blue) = 58+214+163=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD6A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD6A3 is #C5295C. Grayscale: #A1A1A1. Windows color (decimal): -12921181 or 10737210. OLE color: 10737210.
HSL color Cylindrical-coordinate representation of color #3AD6A3: hue angle of 160.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD6A3 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 163 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.16 |
| HSL | 160.38º | 0.66% | 0.53% | - |
| HSV(B) | 160.38º | 0.73% | 0.84% | - |
| XYZ | 32.4 | 51.64 | 42.91 | - |
| YUV | 161.54 | 128.82 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 163 | 0.73 | 0 | 0.24 | 0.16 | 160.38 | 0.66 | 0.53 |
| Hex | 3A | D6 | A3 | 49 | 0 | 18 | 10 | A0 | 42 | 35 |
| Octal | 72 | 326 | 243 | 111 | 0 | 30 | 20 | 240 | 102 | 65 |
| Binary | 111010 | 11010110 | 10100011 | 1001001 | 0 | 11000 | 10000 | 10100000 | 1000010 | 110101 |
Color Harmonies of #3AD6A3
Complementary color
Monochromatic Colors of #3AD6A3
Black with #3AD6A3
Text Example
Text Example
White with #3AD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6A3; }
p { color: rgb(58,214,163); }
H1.HeaderClassName
{
color: #3AD6A3;
}
.AnyTagClassName
{
color: #3AD6A3;
}
</style>
background-color css
<style>
a { background-color: #3AD6A3; }
a { background-color: rgb(58,214,163); }
div.DivClassName
{
background-color: #3AD6A3;
}
.BgClassName
{
background-color: #3AD6A3;
}
</style>
border-color css
<style>
span { border-color: #3AD6A3; }
span { border-color: rgb(58,214,163); }
td.TdClassName
{
border-color: #3AD6A3;
}
.TagClassName
{
border-color: #3AD6A3;
}
</style>