Shades of Shamrock #3ADAAB
Tints of Shamrock #3ADAAB
RGB
CMYK
RGB Variations
Color information
#3ADAAB (or 0x3ADAAB) is known color: Shamrock. HEX triplet: 3A, DA and AB. RGB value is (58,218,171). Sum of RGB (Red+Green+Blue) = 58+218+171=447 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.98% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADAAB is #C52554. Grayscale: #A4A4A4. Windows color (decimal): -12920149 or 11262522. OLE color: 11262522.
HSL color Cylindrical-coordinate representation of color #3ADAAB: hue angle of 162.38º 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 #3ADAAB is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 171 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.15 |
| HSL | 162.38º | 0.68% | 0.54% | - |
| HSV(B) | 162.38º | 0.73% | 0.85% | - |
| XYZ | 34.17 | 53.98 | 47.15 | - |
| YUV | 164.8 | 131.49 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 171 | 0.73 | 0 | 0.22 | 0.15 | 162.38 | 0.68 | 0.54 |
| Hex | 3A | DA | AB | 49 | 0 | 16 | F | A2 | 44 | 36 |
| Octal | 72 | 332 | 253 | 111 | 0 | 26 | 17 | 242 | 104 | 66 |
| Binary | 111010 | 11011010 | 10101011 | 1001001 | 0 | 10110 | 1111 | 10100010 | 1000100 | 110110 |
Color Harmonies of #3ADAAB
Complementary color
Monochromatic Colors of #3ADAAB
Black with #3ADAAB
Text Example
Text Example
White with #3ADAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAAB; }
p { color: rgb(58,218,171); }
H1.HeaderClassName
{
color: #3ADAAB;
}
.AnyTagClassName
{
color: #3ADAAB;
}
</style>
background-color css
<style>
a { background-color: #3ADAAB; }
a { background-color: rgb(58,218,171); }
div.DivClassName
{
background-color: #3ADAAB;
}
.BgClassName
{
background-color: #3ADAAB;
}
</style>
border-color css
<style>
span { border-color: #3ADAAB; }
span { border-color: rgb(58,218,171); }
td.TdClassName
{
border-color: #3ADAAB;
}
.TagClassName
{
border-color: #3ADAAB;
}
</style>