Shades of Shamrock #3ADAAE
Tints of Shamrock #3ADAAE
RGB
CMYK
RGB Variations
Color information
#3ADAAE (or 0x3ADAAE) is known color: Shamrock. HEX triplet: 3A, DA and AE. RGB value is (58,218,174). Sum of RGB (Red+Green+Blue) = 58+218+174=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADAAE is #C52551. Grayscale: #A5A5A5. Windows color (decimal): -12920146 or 11459130. OLE color: 11459130.
HSL color Cylindrical-coordinate representation of color #3ADAAE: hue angle of 163.5º 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 #3ADAAE is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 174 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.15 |
| HSL | 163.5º | 0.68% | 0.54% | - |
| HSV(B) | 163.5º | 0.73% | 0.85% | - |
| XYZ | 34.46 | 54.1 | 48.67 | - |
| YUV | 165.14 | 132.99 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 174 | 0.73 | 0 | 0.20 | 0.15 | 163.5 | 0.68 | 0.54 |
| Hex | 3A | DA | AE | 49 | 0 | 14 | F | A4 | 44 | 36 |
| Octal | 72 | 332 | 256 | 111 | 0 | 24 | 17 | 244 | 104 | 66 |
| Binary | 111010 | 11011010 | 10101110 | 1001001 | 0 | 10100 | 1111 | 10100100 | 1000100 | 110110 |
Color Harmonies of #3ADAAE
Complementary color
Monochromatic Colors of #3ADAAE
Black with #3ADAAE
Text Example
Text Example
White with #3ADAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAAE; }
p { color: rgb(58,218,174); }
H1.HeaderClassName
{
color: #3ADAAE;
}
.AnyTagClassName
{
color: #3ADAAE;
}
</style>
background-color css
<style>
a { background-color: #3ADAAE; }
a { background-color: rgb(58,218,174); }
div.DivClassName
{
background-color: #3ADAAE;
}
.BgClassName
{
background-color: #3ADAAE;
}
</style>
border-color css
<style>
span { border-color: #3ADAAE; }
span { border-color: rgb(58,218,174); }
td.TdClassName
{
border-color: #3ADAAE;
}
.TagClassName
{
border-color: #3ADAAE;
}
</style>