Shades of Shamrock #3AD0A2
Tints of Shamrock #3AD0A2
RGB
CMYK
RGB Variations
Color information
#3AD0A2 (or 0x3AD0A2) is known color: Shamrock. HEX triplet: 3A, D0 and A2. RGB value is (58,208,162). Sum of RGB (Red+Green+Blue) = 58+208+162=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD0A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD0A2 is #C52F5D. Grayscale: #9D9D9D. Windows color (decimal): -12922718 or 10670138. OLE color: 10670138.
HSL color Cylindrical-coordinate representation of color #3AD0A2: hue angle of 161.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD0A2 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 162 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.18 |
| HSL | 161.6º | 0.61% | 0.52% | - |
| HSV(B) | 161.6º | 0.72% | 0.82% | - |
| XYZ | 30.82 | 48.62 | 41.94 | - |
| YUV | 157.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 162 | 0.72 | 0 | 0.22 | 0.18 | 161.6 | 0.61 | 0.52 |
| Hex | 3A | D0 | A2 | 48 | 0 | 16 | 12 | A2 | 3D | 34 |
| Octal | 72 | 320 | 242 | 110 | 0 | 26 | 22 | 242 | 75 | 64 |
| Binary | 111010 | 11010000 | 10100010 | 1001000 | 0 | 10110 | 10010 | 10100010 | 111101 | 110100 |
Color Harmonies of #3AD0A2
Complementary color
Monochromatic Colors of #3AD0A2
Black with #3AD0A2
Text Example
Text Example
White with #3AD0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0A2; }
p { color: rgb(58,208,162); }
H1.HeaderClassName
{
color: #3AD0A2;
}
.AnyTagClassName
{
color: #3AD0A2;
}
</style>
background-color css
<style>
a { background-color: #3AD0A2; }
a { background-color: rgb(58,208,162); }
div.DivClassName
{
background-color: #3AD0A2;
}
.BgClassName
{
background-color: #3AD0A2;
}
</style>
border-color css
<style>
span { border-color: #3AD0A2; }
span { border-color: rgb(58,208,162); }
td.TdClassName
{
border-color: #3AD0A2;
}
.TagClassName
{
border-color: #3AD0A2;
}
</style>