Shades of Shamrock #3AC69C
Tints of Shamrock #3AC69C
RGB
CMYK
RGB Variations
Color information
#3AC69C (or 0x3AC69C) is known color: Shamrock. HEX triplet: 3A, C6 and 9C. RGB value is (58,198,156). Sum of RGB (Red+Green+Blue) = 58+198+156=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC69C is #C53963. Grayscale: #979797. Windows color (decimal): -12925284 or 10274362. OLE color: 10274362.
HSL color Cylindrical-coordinate representation of color #3AC69C: hue angle of 162º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC69C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 156 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.22 |
| HSL | 162º | 0.55% | 0.5% | - |
| HSV(B) | 162º | 0.71% | 0.78% | - |
| XYZ | 27.94 | 43.69 | 38.41 | - |
| YUV | 151.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 156 | 0.71 | 0 | 0.21 | 0.22 | 162 | 0.55 | 0.5 |
| Hex | 3A | C6 | 9C | 47 | 0 | 15 | 16 | A2 | 37 | 32 |
| Octal | 72 | 306 | 234 | 107 | 0 | 25 | 26 | 242 | 67 | 62 |
| Binary | 111010 | 11000110 | 10011100 | 1000111 | 0 | 10101 | 10110 | 10100010 | 110111 | 110010 |
Color Harmonies of #3AC69C
Complementary color
Monochromatic Colors of #3AC69C
Black with #3AC69C
Text Example
Text Example
White with #3AC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC69C; }
p { color: rgb(58,198,156); }
H1.HeaderClassName
{
color: #3AC69C;
}
.AnyTagClassName
{
color: #3AC69C;
}
</style>
background-color css
<style>
a { background-color: #3AC69C; }
a { background-color: rgb(58,198,156); }
div.DivClassName
{
background-color: #3AC69C;
}
.BgClassName
{
background-color: #3AC69C;
}
</style>
border-color css
<style>
span { border-color: #3AC69C; }
span { border-color: rgb(58,198,156); }
td.TdClassName
{
border-color: #3AC69C;
}
.TagClassName
{
border-color: #3AC69C;
}
</style>