Shades of Shamrock #3AD7A4
Tints of Shamrock #3AD7A4
RGB
CMYK
RGB Variations
Color information
#3AD7A4 (or 0x3AD7A4) is known color: Shamrock. HEX triplet: 3A, D7 and A4. RGB value is (58,215,164). Sum of RGB (Red+Green+Blue) = 58+215+164=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A4 is #C5285B. Grayscale: #A2A2A2. Windows color (decimal): -12920924 or 10803002. OLE color: 10803002.
HSL color Cylindrical-coordinate representation of color #3AD7A4: hue angle of 160.51º 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 #3AD7A4 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 164 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.16 |
| HSL | 160.51º | 0.66% | 0.54% | - |
| HSV(B) | 160.51º | 0.73% | 0.84% | - |
| XYZ | 32.75 | 52.18 | 43.47 | - |
| YUV | 162.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 164 | 0.73 | 0 | 0.24 | 0.16 | 160.51 | 0.66 | 0.54 |
| Hex | 3A | D7 | A4 | 49 | 0 | 18 | 10 | A1 | 42 | 36 |
| Octal | 72 | 327 | 244 | 111 | 0 | 30 | 20 | 241 | 102 | 66 |
| Binary | 111010 | 11010111 | 10100100 | 1001001 | 0 | 11000 | 10000 | 10100001 | 1000010 | 110110 |
Color Harmonies of #3AD7A4
Complementary color
Monochromatic Colors of #3AD7A4
Black with #3AD7A4
Text Example
Text Example
White with #3AD7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7A4; }
p { color: rgb(58,215,164); }
H1.HeaderClassName
{
color: #3AD7A4;
}
.AnyTagClassName
{
color: #3AD7A4;
}
</style>
background-color css
<style>
a { background-color: #3AD7A4; }
a { background-color: rgb(58,215,164); }
div.DivClassName
{
background-color: #3AD7A4;
}
.BgClassName
{
background-color: #3AD7A4;
}
</style>
border-color css
<style>
span { border-color: #3AD7A4; }
span { border-color: rgb(58,215,164); }
td.TdClassName
{
border-color: #3AD7A4;
}
.TagClassName
{
border-color: #3AD7A4;
}
</style>