Shades of Shamrock #3ADAA5
Tints of Shamrock #3ADAA5
RGB
CMYK
RGB Variations
Color information
#3ADAA5 (or 0x3ADAA5) is known color: Shamrock. HEX triplet: 3A, DA and A5. RGB value is (58,218,165). Sum of RGB (Red+Green+Blue) = 58+218+165=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADAA5 is #C5255A. Grayscale: #A4A4A4. Windows color (decimal): -12920155 or 10869306. OLE color: 10869306.
HSL color Cylindrical-coordinate representation of color #3ADAA5: hue angle of 160.12º 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 #3ADAA5 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 165 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.15 |
| HSL | 160.13º | 0.68% | 0.54% | - |
| HSV(B) | 160.13º | 0.73% | 0.85% | - |
| XYZ | 33.61 | 53.76 | 44.2 | - |
| YUV | 164.12 | 128.49 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 165 | 0.73 | 0 | 0.24 | 0.15 | 160.13 | 0.68 | 0.54 |
| Hex | 3A | DA | A5 | 49 | 0 | 18 | F | A0 | 44 | 36 |
| Octal | 72 | 332 | 245 | 111 | 0 | 30 | 17 | 240 | 104 | 66 |
| Binary | 111010 | 11011010 | 10100101 | 1001001 | 0 | 11000 | 1111 | 10100000 | 1000100 | 110110 |
Color Harmonies of #3ADAA5
Complementary color
Monochromatic Colors of #3ADAA5
Black with #3ADAA5
Text Example
Text Example
White with #3ADAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAA5; }
p { color: rgb(58,218,165); }
H1.HeaderClassName
{
color: #3ADAA5;
}
.AnyTagClassName
{
color: #3ADAA5;
}
</style>
background-color css
<style>
a { background-color: #3ADAA5; }
a { background-color: rgb(58,218,165); }
div.DivClassName
{
background-color: #3ADAA5;
}
.BgClassName
{
background-color: #3ADAA5;
}
</style>
border-color css
<style>
span { border-color: #3ADAA5; }
span { border-color: rgb(58,218,165); }
td.TdClassName
{
border-color: #3ADAA5;
}
.TagClassName
{
border-color: #3ADAA5;
}
</style>