Shades of Shamrock #3AD7A1
Tints of Shamrock #3AD7A1
RGB
CMYK
RGB Variations
Color information
#3AD7A1 (or 0x3AD7A1) is known color: Shamrock. HEX triplet: 3A, D7 and A1. RGB value is (58,215,161). Sum of RGB (Red+Green+Blue) = 58+215+161=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A1 is #C5285E. Grayscale: #A1A1A1. Windows color (decimal): -12920927 or 10606394. OLE color: 10606394.
HSL color Cylindrical-coordinate representation of color #3AD7A1: hue angle of 159.36º 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 #3AD7A1 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 161 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.16 |
| HSL | 159.36º | 0.66% | 0.54% | - |
| HSV(B) | 159.36º | 0.73% | 0.84% | - |
| XYZ | 32.48 | 52.07 | 42.06 | - |
| YUV | 161.9 | 127.49 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 161 | 0.73 | 0 | 0.25 | 0.16 | 159.36 | 0.66 | 0.54 |
| Hex | 3A | D7 | A1 | 49 | 0 | 19 | 10 | 9F | 42 | 36 |
| Octal | 72 | 327 | 241 | 111 | 0 | 31 | 20 | 237 | 102 | 66 |
| Binary | 111010 | 11010111 | 10100001 | 1001001 | 0 | 11001 | 10000 | 10011111 | 1000010 | 110110 |
Color Harmonies of #3AD7A1
Complementary color
Monochromatic Colors of #3AD7A1
Black with #3AD7A1
Text Example
Text Example
White with #3AD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7A1; }
p { color: rgb(58,215,161); }
H1.HeaderClassName
{
color: #3AD7A1;
}
.AnyTagClassName
{
color: #3AD7A1;
}
</style>
background-color css
<style>
a { background-color: #3AD7A1; }
a { background-color: rgb(58,215,161); }
div.DivClassName
{
background-color: #3AD7A1;
}
.BgClassName
{
background-color: #3AD7A1;
}
</style>
border-color css
<style>
span { border-color: #3AD7A1; }
span { border-color: rgb(58,215,161); }
td.TdClassName
{
border-color: #3AD7A1;
}
.TagClassName
{
border-color: #3AD7A1;
}
</style>