Shades of Shamrock #3ADAA7
Tints of Shamrock #3ADAA7
RGB
CMYK
RGB Variations
Color information
#3ADAA7 (or 0x3ADAA7) is known color: Shamrock. HEX triplet: 3A, DA and A7. RGB value is (58,218,167). Sum of RGB (Red+Green+Blue) = 58+218+167=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADAA7 is #C52558. Grayscale: #A4A4A4. Windows color (decimal): -12920153 or 11000378. OLE color: 11000378.
HSL color Cylindrical-coordinate representation of color #3ADAA7: hue angle of 160.88º 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 #3ADAA7 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 167 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.15 |
| HSL | 160.88º | 0.68% | 0.54% | - |
| HSV(B) | 160.88º | 0.73% | 0.85% | - |
| XYZ | 33.79 | 53.83 | 45.17 | - |
| YUV | 164.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 167 | 0.73 | 0 | 0.23 | 0.15 | 160.88 | 0.68 | 0.54 |
| Hex | 3A | DA | A7 | 49 | 0 | 17 | F | A1 | 44 | 36 |
| Octal | 72 | 332 | 247 | 111 | 0 | 27 | 17 | 241 | 104 | 66 |
| Binary | 111010 | 11011010 | 10100111 | 1001001 | 0 | 10111 | 1111 | 10100001 | 1000100 | 110110 |
Color Harmonies of #3ADAA7
Complementary color
Monochromatic Colors of #3ADAA7
Black with #3ADAA7
Text Example
Text Example
White with #3ADAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAA7; }
p { color: rgb(58,218,167); }
H1.HeaderClassName
{
color: #3ADAA7;
}
.AnyTagClassName
{
color: #3ADAA7;
}
</style>
background-color css
<style>
a { background-color: #3ADAA7; }
a { background-color: rgb(58,218,167); }
div.DivClassName
{
background-color: #3ADAA7;
}
.BgClassName
{
background-color: #3ADAA7;
}
</style>
border-color css
<style>
span { border-color: #3ADAA7; }
span { border-color: rgb(58,218,167); }
td.TdClassName
{
border-color: #3ADAA7;
}
.TagClassName
{
border-color: #3ADAA7;
}
</style>