Shades of Shamrock #3AD0A6
Tints of Shamrock #3AD0A6
RGB
CMYK
RGB Variations
Color information
#3AD0A6 (or 0x3AD0A6) is known color: Shamrock. HEX triplet: 3A, D0 and A6. RGB value is (58,208,166). Sum of RGB (Red+Green+Blue) = 58+208+166=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD0A6 is #C52F59. Grayscale: #9E9E9E. Windows color (decimal): -12922714 or 10932282. OLE color: 10932282.
HSL color Cylindrical-coordinate representation of color #3AD0A6: hue angle of 163.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD0A6 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 166 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.18 |
| HSL | 163.2º | 0.61% | 0.52% | - |
| HSV(B) | 163.2º | 0.72% | 0.82% | - |
| XYZ | 31.18 | 48.76 | 43.85 | - |
| YUV | 158.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 166 | 0.72 | 0 | 0.20 | 0.18 | 163.2 | 0.61 | 0.52 |
| Hex | 3A | D0 | A6 | 48 | 0 | 14 | 12 | A3 | 3D | 34 |
| Octal | 72 | 320 | 246 | 110 | 0 | 24 | 22 | 243 | 75 | 64 |
| Binary | 111010 | 11010000 | 10100110 | 1001000 | 0 | 10100 | 10010 | 10100011 | 111101 | 110100 |
Color Harmonies of #3AD0A6
Complementary color
Monochromatic Colors of #3AD0A6
Black with #3AD0A6
Text Example
Text Example
White with #3AD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0A6; }
p { color: rgb(58,208,166); }
H1.HeaderClassName
{
color: #3AD0A6;
}
.AnyTagClassName
{
color: #3AD0A6;
}
</style>
background-color css
<style>
a { background-color: #3AD0A6; }
a { background-color: rgb(58,208,166); }
div.DivClassName
{
background-color: #3AD0A6;
}
.BgClassName
{
background-color: #3AD0A6;
}
</style>
border-color css
<style>
span { border-color: #3AD0A6; }
span { border-color: rgb(58,208,166); }
td.TdClassName
{
border-color: #3AD0A6;
}
.TagClassName
{
border-color: #3AD0A6;
}
</style>