Shades of Shamrock #3ADEAA
Tints of Shamrock #3ADEAA
RGB
CMYK
RGB Variations
Color information
#3ADEAA (or 0x3ADEAA) is known color: Shamrock. HEX triplet: 3A, DE and AA. RGB value is (58,222,170). Sum of RGB (Red+Green+Blue) = 58+222+170=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADEAA is #C52155. Grayscale: #A7A7A7. Windows color (decimal): -12919126 or 11198010. OLE color: 11198010.
HSL color Cylindrical-coordinate representation of color #3ADEAA: hue angle of 160.98º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADEAA is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 170 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.13 |
| HSL | 160.98º | 0.71% | 0.55% | - |
| HSV(B) | 160.98º | 0.74% | 0.87% | - |
| XYZ | 35.12 | 56.04 | 47 | - |
| YUV | 167.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 170 | 0.74 | 0 | 0.23 | 0.13 | 160.98 | 0.71 | 0.55 |
| Hex | 3A | DE | AA | 4A | 0 | 17 | D | A1 | 47 | 37 |
| Octal | 72 | 336 | 252 | 112 | 0 | 27 | 15 | 241 | 107 | 67 |
| Binary | 111010 | 11011110 | 10101010 | 1001010 | 0 | 10111 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #3ADEAA
Complementary color
Monochromatic Colors of #3ADEAA
Black with #3ADEAA
Text Example
Text Example
White with #3ADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEAA; }
p { color: rgb(58,222,170); }
H1.HeaderClassName
{
color: #3ADEAA;
}
.AnyTagClassName
{
color: #3ADEAA;
}
</style>
background-color css
<style>
a { background-color: #3ADEAA; }
a { background-color: rgb(58,222,170); }
div.DivClassName
{
background-color: #3ADEAA;
}
.BgClassName
{
background-color: #3ADEAA;
}
</style>
border-color css
<style>
span { border-color: #3ADEAA; }
span { border-color: rgb(58,222,170); }
td.TdClassName
{
border-color: #3ADEAA;
}
.TagClassName
{
border-color: #3ADEAA;
}
</style>