Shades of Shamrock #3ADDA6
Tints of Shamrock #3ADDA6
RGB
CMYK
RGB Variations
Color information
#3ADDA6 (or 0x3ADDA6) is known color: Shamrock. HEX triplet: 3A, DD and A6. RGB value is (58,221,166). Sum of RGB (Red+Green+Blue) = 58+221+166=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDA6 is #C52259. Grayscale: #A6A6A6. Windows color (decimal): -12919386 or 10935610. OLE color: 10935610.
HSL color Cylindrical-coordinate representation of color #3ADDA6: hue angle of 159.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADDA6 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 166 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.13 |
| HSL | 159.75º | 0.71% | 0.55% | - |
| HSV(B) | 159.75º | 0.74% | 0.87% | - |
| XYZ | 34.48 | 55.37 | 44.95 | - |
| YUV | 165.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 166 | 0.74 | 0 | 0.25 | 0.13 | 159.75 | 0.71 | 0.55 |
| Hex | 3A | DD | A6 | 4A | 0 | 19 | D | A0 | 47 | 37 |
| Octal | 72 | 335 | 246 | 112 | 0 | 31 | 15 | 240 | 107 | 67 |
| Binary | 111010 | 11011101 | 10100110 | 1001010 | 0 | 11001 | 1101 | 10100000 | 1000111 | 110111 |
Color Harmonies of #3ADDA6
Complementary color
Monochromatic Colors of #3ADDA6
Black with #3ADDA6
Text Example
Text Example
White with #3ADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDA6; }
p { color: rgb(58,221,166); }
H1.HeaderClassName
{
color: #3ADDA6;
}
.AnyTagClassName
{
color: #3ADDA6;
}
</style>
background-color css
<style>
a { background-color: #3ADDA6; }
a { background-color: rgb(58,221,166); }
div.DivClassName
{
background-color: #3ADDA6;
}
.BgClassName
{
background-color: #3ADDA6;
}
</style>
border-color css
<style>
span { border-color: #3ADDA6; }
span { border-color: rgb(58,221,166); }
td.TdClassName
{
border-color: #3ADDA6;
}
.TagClassName
{
border-color: #3ADDA6;
}
</style>