Shades of Shamrock #3AD8A1
Tints of Shamrock #3AD8A1
RGB
CMYK
RGB Variations
Color information
#3AD8A1 (or 0x3AD8A1) is known color: Shamrock. HEX triplet: 3A, D8 and A1. RGB value is (58,216,161). Sum of RGB (Red+Green+Blue) = 58+216+161=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD8A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD8A1 is #C5275E. Grayscale: #A2A2A2. Windows color (decimal): -12920671 or 10606650. OLE color: 10606650.
HSL color Cylindrical-coordinate representation of color #3AD8A1: hue angle of 159.11º degrees, saturation: 0.67, 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 #3AD8A1 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 161 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.15 |
| HSL | 159.11º | 0.67% | 0.54% | - |
| HSV(B) | 159.11º | 0.73% | 0.85% | - |
| XYZ | 32.73 | 52.58 | 42.14 | - |
| YUV | 162.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 161 | 0.73 | 0 | 0.25 | 0.15 | 159.11 | 0.67 | 0.54 |
| Hex | 3A | D8 | A1 | 49 | 0 | 19 | F | 9F | 43 | 36 |
| Octal | 72 | 330 | 241 | 111 | 0 | 31 | 17 | 237 | 103 | 66 |
| Binary | 111010 | 11011000 | 10100001 | 1001001 | 0 | 11001 | 1111 | 10011111 | 1000011 | 110110 |
Color Harmonies of #3AD8A1
Complementary color
Monochromatic Colors of #3AD8A1
Black with #3AD8A1
Text Example
Text Example
White with #3AD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8A1; }
p { color: rgb(58,216,161); }
H1.HeaderClassName
{
color: #3AD8A1;
}
.AnyTagClassName
{
color: #3AD8A1;
}
</style>
background-color css
<style>
a { background-color: #3AD8A1; }
a { background-color: rgb(58,216,161); }
div.DivClassName
{
background-color: #3AD8A1;
}
.BgClassName
{
background-color: #3AD8A1;
}
</style>
border-color css
<style>
span { border-color: #3AD8A1; }
span { border-color: rgb(58,216,161); }
td.TdClassName
{
border-color: #3AD8A1;
}
.TagClassName
{
border-color: #3AD8A1;
}
</style>