Shades of Shamrock #3ADDAA
Tints of Shamrock #3ADDAA
RGB
CMYK
RGB Variations
Color information
#3ADDAA (or 0x3ADDAA) is known color: Shamrock. HEX triplet: 3A, DD and AA. RGB value is (58,221,170). Sum of RGB (Red+Green+Blue) = 58+221+170=449 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.92% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDAA is #C52255. Grayscale: #A6A6A6. Windows color (decimal): -12919382 or 11197754. OLE color: 11197754.
HSL color Cylindrical-coordinate representation of color #3ADDAA: hue angle of 161.23º 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 #3ADDAA is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 170 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.13 |
| HSL | 161.23º | 0.71% | 0.55% | - |
| HSV(B) | 161.23º | 0.74% | 0.87% | - |
| XYZ | 34.86 | 55.51 | 46.91 | - |
| YUV | 166.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 170 | 0.74 | 0 | 0.23 | 0.13 | 161.23 | 0.71 | 0.55 |
| Hex | 3A | DD | AA | 4A | 0 | 17 | D | A1 | 47 | 37 |
| Octal | 72 | 335 | 252 | 112 | 0 | 27 | 15 | 241 | 107 | 67 |
| Binary | 111010 | 11011101 | 10101010 | 1001010 | 0 | 10111 | 1101 | 10100001 | 1000111 | 110111 |
Color Harmonies of #3ADDAA
Complementary color
Monochromatic Colors of #3ADDAA
Black with #3ADDAA
Text Example
Text Example
White with #3ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDAA; }
p { color: rgb(58,221,170); }
H1.HeaderClassName
{
color: #3ADDAA;
}
.AnyTagClassName
{
color: #3ADDAA;
}
</style>
background-color css
<style>
a { background-color: #3ADDAA; }
a { background-color: rgb(58,221,170); }
div.DivClassName
{
background-color: #3ADDAA;
}
.BgClassName
{
background-color: #3ADDAA;
}
</style>
border-color css
<style>
span { border-color: #3ADDAA; }
span { border-color: rgb(58,221,170); }
td.TdClassName
{
border-color: #3ADDAA;
}
.TagClassName
{
border-color: #3ADDAA;
}
</style>