Shades of Shamrock #3AD3AC
Tints of Shamrock #3AD3AC
RGB
CMYK
RGB Variations
Color information
#3AD3AC (or 0x3AD3AC) is known color: Shamrock. HEX triplet: 3A, D3 and AC. RGB value is (58,211,172). Sum of RGB (Red+Green+Blue) = 58+211+172=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD3AC is #C52C53. Grayscale: #A0A0A0. Windows color (decimal): -12921940 or 11326266. OLE color: 11326266.
HSL color Cylindrical-coordinate representation of color #3AD3AC: hue angle of 164.71º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD3AC is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 172 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.17 |
| HSL | 164.71º | 0.63% | 0.53% | - |
| HSV(B) | 164.71º | 0.73% | 0.83% | - |
| XYZ | 32.49 | 50.47 | 47.06 | - |
| YUV | 160.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 172 | 0.73 | 0 | 0.18 | 0.17 | 164.71 | 0.63 | 0.53 |
| Hex | 3A | D3 | AC | 49 | 0 | 12 | 11 | A5 | 3F | 35 |
| Octal | 72 | 323 | 254 | 111 | 0 | 22 | 21 | 245 | 77 | 65 |
| Binary | 111010 | 11010011 | 10101100 | 1001001 | 0 | 10010 | 10001 | 10100101 | 111111 | 110101 |
Color Harmonies of #3AD3AC
Complementary color
Monochromatic Colors of #3AD3AC
Black with #3AD3AC
Text Example
Text Example
White with #3AD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD3AC; }
p { color: rgb(58,211,172); }
H1.HeaderClassName
{
color: #3AD3AC;
}
.AnyTagClassName
{
color: #3AD3AC;
}
</style>
background-color css
<style>
a { background-color: #3AD3AC; }
a { background-color: rgb(58,211,172); }
div.DivClassName
{
background-color: #3AD3AC;
}
.BgClassName
{
background-color: #3AD3AC;
}
</style>
border-color css
<style>
span { border-color: #3AD3AC; }
span { border-color: rgb(58,211,172); }
td.TdClassName
{
border-color: #3AD3AC;
}
.TagClassName
{
border-color: #3AD3AC;
}
</style>