Shades of Shamrock #3AC5A1
Tints of Shamrock #3AC5A1
RGB
CMYK
RGB Variations
Color information
#3AC5A1 (or 0x3AC5A1) is known color: Shamrock. HEX triplet: 3A, C5 and A1. RGB value is (58,197,161). Sum of RGB (Red+Green+Blue) = 58+197+161=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC5A1 is #C53A5E. Grayscale: #979797. Windows color (decimal): -12925535 or 10601786. OLE color: 10601786.
HSL color Cylindrical-coordinate representation of color #3AC5A1: hue angle of 164.46º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC5A1 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 161 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.23 |
| HSL | 164.46º | 0.55% | 0.5% | - |
| HSV(B) | 164.46º | 0.71% | 0.77% | - |
| XYZ | 28.14 | 43.41 | 40.61 | - |
| YUV | 151.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 161 | 0.71 | 0 | 0.18 | 0.23 | 164.46 | 0.55 | 0.5 |
| Hex | 3A | C5 | A1 | 47 | 0 | 12 | 17 | A4 | 37 | 32 |
| Octal | 72 | 305 | 241 | 107 | 0 | 22 | 27 | 244 | 67 | 62 |
| Binary | 111010 | 11000101 | 10100001 | 1000111 | 0 | 10010 | 10111 | 10100100 | 110111 | 110010 |
Color Harmonies of #3AC5A1
Complementary color
Monochromatic Colors of #3AC5A1
Black with #3AC5A1
Text Example
Text Example
White with #3AC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC5A1; }
p { color: rgb(58,197,161); }
H1.HeaderClassName
{
color: #3AC5A1;
}
.AnyTagClassName
{
color: #3AC5A1;
}
</style>
background-color css
<style>
a { background-color: #3AC5A1; }
a { background-color: rgb(58,197,161); }
div.DivClassName
{
background-color: #3AC5A1;
}
.BgClassName
{
background-color: #3AC5A1;
}
</style>
border-color css
<style>
span { border-color: #3AC5A1; }
span { border-color: rgb(58,197,161); }
td.TdClassName
{
border-color: #3AC5A1;
}
.TagClassName
{
border-color: #3AC5A1;
}
</style>