Shades of Shamrock #3ADAAA
Tints of Shamrock #3ADAAA
RGB
CMYK
RGB Variations
Color information
#3ADAAA (or 0x3ADAAA) is known color: Shamrock. HEX triplet: 3A, DA and AA. RGB value is (58,218,170). Sum of RGB (Red+Green+Blue) = 58+218+170=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADAAA is #C52555. Grayscale: #A4A4A4. Windows color (decimal): -12920150 or 11196986. OLE color: 11196986.
HSL color Cylindrical-coordinate representation of color #3ADAAA: hue angle of 162º 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 #3ADAAA is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 170 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.15 |
| HSL | 162º | 0.68% | 0.54% | - |
| HSV(B) | 162º | 0.73% | 0.85% | - |
| XYZ | 34.07 | 53.94 | 46.65 | - |
| YUV | 164.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 170 | 0.73 | 0 | 0.22 | 0.15 | 162 | 0.68 | 0.54 |
| Hex | 3A | DA | AA | 49 | 0 | 16 | F | A2 | 44 | 36 |
| Octal | 72 | 332 | 252 | 111 | 0 | 26 | 17 | 242 | 104 | 66 |
| Binary | 111010 | 11011010 | 10101010 | 1001001 | 0 | 10110 | 1111 | 10100010 | 1000100 | 110110 |
Color Harmonies of #3ADAAA
Complementary color
Monochromatic Colors of #3ADAAA
Black with #3ADAAA
Text Example
Text Example
White with #3ADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAAA; }
p { color: rgb(58,218,170); }
H1.HeaderClassName
{
color: #3ADAAA;
}
.AnyTagClassName
{
color: #3ADAAA;
}
</style>
background-color css
<style>
a { background-color: #3ADAAA; }
a { background-color: rgb(58,218,170); }
div.DivClassName
{
background-color: #3ADAAA;
}
.BgClassName
{
background-color: #3ADAAA;
}
</style>
border-color css
<style>
span { border-color: #3ADAAA; }
span { border-color: rgb(58,218,170); }
td.TdClassName
{
border-color: #3ADAAA;
}
.TagClassName
{
border-color: #3ADAAA;
}
</style>