Shades of Shamrock #3AC698
Tints of Shamrock #3AC698
RGB
CMYK
RGB Variations
Color information
#3AC698 (or 0x3AC698) is known color: Shamrock. HEX triplet: 3A, C6 and 98. RGB value is (58,198,152). Sum of RGB (Red+Green+Blue) = 58+198+152=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC698 is #C53967. Grayscale: #969696. Windows color (decimal): -12925288 or 10012218. OLE color: 10012218.
HSL color Cylindrical-coordinate representation of color #3AC698: hue angle of 160.29º 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 #3AC698 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 152 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.22 |
| HSL | 160.29º | 0.55% | 0.5% | - |
| HSV(B) | 160.29º | 0.71% | 0.78% | - |
| XYZ | 27.61 | 43.55 | 36.66 | - |
| YUV | 150.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 152 | 0.71 | 0 | 0.23 | 0.22 | 160.29 | 0.55 | 0.5 |
| Hex | 3A | C6 | 98 | 47 | 0 | 17 | 16 | A0 | 37 | 32 |
| Octal | 72 | 306 | 230 | 107 | 0 | 27 | 26 | 240 | 67 | 62 |
| Binary | 111010 | 11000110 | 10011000 | 1000111 | 0 | 10111 | 10110 | 10100000 | 110111 | 110010 |
Color Harmonies of #3AC698
Complementary color
Monochromatic Colors of #3AC698
Black with #3AC698
Text Example
Text Example
White with #3AC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC698; }
p { color: rgb(58,198,152); }
H1.HeaderClassName
{
color: #3AC698;
}
.AnyTagClassName
{
color: #3AC698;
}
</style>
background-color css
<style>
a { background-color: #3AC698; }
a { background-color: rgb(58,198,152); }
div.DivClassName
{
background-color: #3AC698;
}
.BgClassName
{
background-color: #3AC698;
}
</style>
border-color css
<style>
span { border-color: #3AC698; }
span { border-color: rgb(58,198,152); }
td.TdClassName
{
border-color: #3AC698;
}
.TagClassName
{
border-color: #3AC698;
}
</style>