Shades of Shamrock #3AD08C
Tints of Shamrock #3AD08C
RGB
CMYK
RGB Variations
Color information
#3AD08C (or 0x3AD08C) is known color: Shamrock. HEX triplet: 3A, D0 and 8C. RGB value is (58,208,140). Sum of RGB (Red+Green+Blue) = 58+208+140=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD08C is #C52F73. Grayscale: #9B9B9B. Windows color (decimal): -12922740 or 9228346. OLE color: 9228346.
HSL color Cylindrical-coordinate representation of color #3AD08C: hue angle of 152.8º 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 #3AD08C is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 208 | 140 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.18 |
| HSL | 152.8º | 0.61% | 0.52% | - |
| HSV(B) | 152.8º | 0.72% | 0.82% | - |
| XYZ | 29.03 | 47.9 | 32.53 | - |
| YUV | 155.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 140 | 0.72 | 0 | 0.33 | 0.18 | 152.8 | 0.61 | 0.52 |
| Hex | 3A | D0 | 8C | 48 | 0 | 21 | 12 | 99 | 3D | 34 |
| Octal | 72 | 320 | 214 | 110 | 0 | 41 | 22 | 231 | 75 | 64 |
| Binary | 111010 | 11010000 | 10001100 | 1001000 | 0 | 100001 | 10010 | 10011001 | 111101 | 110100 |
Color Harmonies of #3AD08C
Complementary color
Monochromatic Colors of #3AD08C
Black with #3AD08C
Text Example
Text Example
White with #3AD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD08C; }
p { color: rgb(58,208,140); }
H1.HeaderClassName
{
color: #3AD08C;
}
.AnyTagClassName
{
color: #3AD08C;
}
</style>
background-color css
<style>
a { background-color: #3AD08C; }
a { background-color: rgb(58,208,140); }
div.DivClassName
{
background-color: #3AD08C;
}
.BgClassName
{
background-color: #3AD08C;
}
</style>
border-color css
<style>
span { border-color: #3AD08C; }
span { border-color: rgb(58,208,140); }
td.TdClassName
{
border-color: #3AD08C;
}
.TagClassName
{
border-color: #3AD08C;
}
</style>