Shades of Shamrock #3ADDAC
Tints of Shamrock #3ADDAC
RGB
CMYK
RGB Variations
Color information
#3ADDAC (or 0x3ADDAC) is known color: Shamrock. HEX triplet: 3A, DD and AC. RGB value is (58,221,172). Sum of RGB (Red+Green+Blue) = 58+221+172=451 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.86% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADDAC is #C52253. Grayscale: #A6A6A6. Windows color (decimal): -12919380 or 11328826. OLE color: 11328826.
HSL color Cylindrical-coordinate representation of color #3ADDAC: hue angle of 161.96º 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 #3ADDAC is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 172 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.13 |
| HSL | 161.96º | 0.71% | 0.55% | - |
| HSV(B) | 161.96º | 0.74% | 0.87% | - |
| XYZ | 35.05 | 55.59 | 47.91 | - |
| YUV | 166.68 | 131 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 172 | 0.74 | 0 | 0.22 | 0.13 | 161.96 | 0.71 | 0.55 |
| Hex | 3A | DD | AC | 4A | 0 | 16 | D | A2 | 47 | 37 |
| Octal | 72 | 335 | 254 | 112 | 0 | 26 | 15 | 242 | 107 | 67 |
| Binary | 111010 | 11011101 | 10101100 | 1001010 | 0 | 10110 | 1101 | 10100010 | 1000111 | 110111 |
Color Harmonies of #3ADDAC
Complementary color
Monochromatic Colors of #3ADDAC
Black with #3ADDAC
Text Example
Text Example
White with #3ADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDAC; }
p { color: rgb(58,221,172); }
H1.HeaderClassName
{
color: #3ADDAC;
}
.AnyTagClassName
{
color: #3ADDAC;
}
</style>
background-color css
<style>
a { background-color: #3ADDAC; }
a { background-color: rgb(58,221,172); }
div.DivClassName
{
background-color: #3ADDAC;
}
.BgClassName
{
background-color: #3ADDAC;
}
</style>
border-color css
<style>
span { border-color: #3ADDAC; }
span { border-color: rgb(58,221,172); }
td.TdClassName
{
border-color: #3ADDAC;
}
.TagClassName
{
border-color: #3ADDAC;
}
</style>