Shades of Shamrock #3AD9AD
Tints of Shamrock #3AD9AD
RGB
CMYK
RGB Variations
Color information
#3AD9AD (or 0x3AD9AD) is known color: Shamrock. HEX triplet: 3A, D9 and AD. RGB value is (58,217,173). Sum of RGB (Red+Green+Blue) = 58+217+173=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD9AD is #C52652. Grayscale: #A4A4A4. Windows color (decimal): -12920403 or 11393338. OLE color: 11393338.
HSL color Cylindrical-coordinate representation of color #3AD9AD: hue angle of 163.4º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD9AD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 173 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.15 |
| HSL | 163.4º | 0.68% | 0.54% | - |
| HSV(B) | 163.4º | 0.73% | 0.85% | - |
| XYZ | 34.1 | 53.54 | 48.07 | - |
| YUV | 164.44 | 132.82 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 173 | 0.73 | 0 | 0.20 | 0.15 | 163.4 | 0.68 | 0.54 |
| Hex | 3A | D9 | AD | 49 | 0 | 14 | F | A3 | 44 | 36 |
| Octal | 72 | 331 | 255 | 111 | 0 | 24 | 17 | 243 | 104 | 66 |
| Binary | 111010 | 11011001 | 10101101 | 1001001 | 0 | 10100 | 1111 | 10100011 | 1000100 | 110110 |
Color Harmonies of #3AD9AD
Complementary color
Monochromatic Colors of #3AD9AD
Black with #3AD9AD
Text Example
Text Example
White with #3AD9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9AD; }
p { color: rgb(58,217,173); }
H1.HeaderClassName
{
color: #3AD9AD;
}
.AnyTagClassName
{
color: #3AD9AD;
}
</style>
background-color css
<style>
a { background-color: #3AD9AD; }
a { background-color: rgb(58,217,173); }
div.DivClassName
{
background-color: #3AD9AD;
}
.BgClassName
{
background-color: #3AD9AD;
}
</style>
border-color css
<style>
span { border-color: #3AD9AD; }
span { border-color: rgb(58,217,173); }
td.TdClassName
{
border-color: #3AD9AD;
}
.TagClassName
{
border-color: #3AD9AD;
}
</style>