Shades of Shamrock #3AD19B
Tints of Shamrock #3AD19B
RGB
CMYK
RGB Variations
Color information
#3AD19B (or 0x3AD19B) is known color: Shamrock. HEX triplet: 3A, D1 and 9B. RGB value is (58,209,155). Sum of RGB (Red+Green+Blue) = 58+209+155=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD19B is #C52E64. Grayscale: #9D9D9D. Windows color (decimal): -12922469 or 10211642. OLE color: 10211642.
HSL color Cylindrical-coordinate representation of color #3AD19B: hue angle of 158.54º degrees, saturation: 0.62, 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 #3AD19B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 155 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.18 |
| HSL | 158.54º | 0.62% | 0.52% | - |
| HSV(B) | 158.54º | 0.72% | 0.82% | - |
| XYZ | 30.46 | 48.87 | 38.84 | - |
| YUV | 157.7 | 126.47 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 155 | 0.72 | 0 | 0.26 | 0.18 | 158.54 | 0.62 | 0.52 |
| Hex | 3A | D1 | 9B | 48 | 0 | 1A | 12 | 9F | 3E | 34 |
| Octal | 72 | 321 | 233 | 110 | 0 | 32 | 22 | 237 | 76 | 64 |
| Binary | 111010 | 11010001 | 10011011 | 1001000 | 0 | 11010 | 10010 | 10011111 | 111110 | 110100 |
Color Harmonies of #3AD19B
Complementary color
Monochromatic Colors of #3AD19B
Black with #3AD19B
Text Example
Text Example
White with #3AD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD19B; }
p { color: rgb(58,209,155); }
H1.HeaderClassName
{
color: #3AD19B;
}
.AnyTagClassName
{
color: #3AD19B;
}
</style>
background-color css
<style>
a { background-color: #3AD19B; }
a { background-color: rgb(58,209,155); }
div.DivClassName
{
background-color: #3AD19B;
}
.BgClassName
{
background-color: #3AD19B;
}
</style>
border-color css
<style>
span { border-color: #3AD19B; }
span { border-color: rgb(58,209,155); }
td.TdClassName
{
border-color: #3AD19B;
}
.TagClassName
{
border-color: #3AD19B;
}
</style>