Shades of Shamrock #3AD4AD
Tints of Shamrock #3AD4AD
RGB
CMYK
RGB Variations
Color information
#3AD4AD (or 0x3AD4AD) is known color: Shamrock. HEX triplet: 3A, D4 and AD. RGB value is (58,212,173). Sum of RGB (Red+Green+Blue) = 58+212+173=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD4AD is #C52B52. Grayscale: #A1A1A1. Windows color (decimal): -12921683 or 11392058. OLE color: 11392058.
HSL color Cylindrical-coordinate representation of color #3AD4AD: hue angle of 164.81º degrees, saturation: 0.64, 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 #3AD4AD is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 212 | 173 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.17 |
| HSL | 164.81º | 0.64% | 0.53% | - |
| HSV(B) | 164.81º | 0.73% | 0.83% | - |
| XYZ | 32.83 | 51 | 47.65 | - |
| YUV | 161.51 | 134.48 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 173 | 0.73 | 0 | 0.18 | 0.17 | 164.81 | 0.64 | 0.53 |
| Hex | 3A | D4 | AD | 49 | 0 | 12 | 11 | A5 | 40 | 35 |
| Octal | 72 | 324 | 255 | 111 | 0 | 22 | 21 | 245 | 100 | 65 |
| Binary | 111010 | 11010100 | 10101101 | 1001001 | 0 | 10010 | 10001 | 10100101 | 1000000 | 110101 |
Color Harmonies of #3AD4AD
Complementary color
Monochromatic Colors of #3AD4AD
Black with #3AD4AD
Text Example
Text Example
White with #3AD4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD4AD; }
p { color: rgb(58,212,173); }
H1.HeaderClassName
{
color: #3AD4AD;
}
.AnyTagClassName
{
color: #3AD4AD;
}
</style>
background-color css
<style>
a { background-color: #3AD4AD; }
a { background-color: rgb(58,212,173); }
div.DivClassName
{
background-color: #3AD4AD;
}
.BgClassName
{
background-color: #3AD4AD;
}
</style>
border-color css
<style>
span { border-color: #3AD4AD; }
span { border-color: rgb(58,212,173); }
td.TdClassName
{
border-color: #3AD4AD;
}
.TagClassName
{
border-color: #3AD4AD;
}
</style>