Shades of Shamrock #3AD7A2
Tints of Shamrock #3AD7A2
RGB
CMYK
RGB Variations
Color information
#3AD7A2 (or 0x3AD7A2) is known color: Shamrock. HEX triplet: 3A, D7 and A2. RGB value is (58,215,162). Sum of RGB (Red+Green+Blue) = 58+215+162=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD7A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD7A2 is #C5285D. Grayscale: #A2A2A2. Windows color (decimal): -12920926 or 10671930. OLE color: 10671930.
HSL color Cylindrical-coordinate representation of color #3AD7A2: hue angle of 159.75º 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 #3AD7A2 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 162 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.16 |
| HSL | 159.75º | 0.66% | 0.54% | - |
| HSV(B) | 159.75º | 0.73% | 0.84% | - |
| XYZ | 32.57 | 52.11 | 42.52 | - |
| YUV | 162.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 162 | 0.73 | 0 | 0.25 | 0.16 | 159.75 | 0.66 | 0.54 |
| Hex | 3A | D7 | A2 | 49 | 0 | 19 | 10 | A0 | 42 | 36 |
| Octal | 72 | 327 | 242 | 111 | 0 | 31 | 20 | 240 | 102 | 66 |
| Binary | 111010 | 11010111 | 10100010 | 1001001 | 0 | 11001 | 10000 | 10100000 | 1000010 | 110110 |
Color Harmonies of #3AD7A2
Complementary color
Monochromatic Colors of #3AD7A2
Black with #3AD7A2
Text Example
Text Example
White with #3AD7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7A2; }
p { color: rgb(58,215,162); }
H1.HeaderClassName
{
color: #3AD7A2;
}
.AnyTagClassName
{
color: #3AD7A2;
}
</style>
background-color css
<style>
a { background-color: #3AD7A2; }
a { background-color: rgb(58,215,162); }
div.DivClassName
{
background-color: #3AD7A2;
}
.BgClassName
{
background-color: #3AD7A2;
}
</style>
border-color css
<style>
span { border-color: #3AD7A2; }
span { border-color: rgb(58,215,162); }
td.TdClassName
{
border-color: #3AD7A2;
}
.TagClassName
{
border-color: #3AD7A2;
}
</style>