Shades of Shamrock #3AC9A0
Tints of Shamrock #3AC9A0
RGB
CMYK
RGB Variations
Color information
#3AC9A0 (or 0x3AC9A0) is known color: Shamrock. HEX triplet: 3A, C9 and A0. RGB value is (58,201,160). Sum of RGB (Red+Green+Blue) = 58+201+160=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC9A0 is #C5365F. Grayscale: #999999. Windows color (decimal): -12924512 or 10537274. OLE color: 10537274.
HSL color Cylindrical-coordinate representation of color #3AC9A0: hue angle of 162.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC9A0 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 160 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.21 |
| HSL | 162.8º | 0.57% | 0.51% | - |
| HSV(B) | 162.8º | 0.71% | 0.79% | - |
| XYZ | 28.98 | 45.21 | 40.46 | - |
| YUV | 153.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 160 | 0.71 | 0 | 0.20 | 0.21 | 162.8 | 0.57 | 0.51 |
| Hex | 3A | C9 | A0 | 47 | 0 | 14 | 15 | A3 | 39 | 33 |
| Octal | 72 | 311 | 240 | 107 | 0 | 24 | 25 | 243 | 71 | 63 |
| Binary | 111010 | 11001001 | 10100000 | 1000111 | 0 | 10100 | 10101 | 10100011 | 111001 | 110011 |
Color Harmonies of #3AC9A0
Complementary color
Monochromatic Colors of #3AC9A0
Black with #3AC9A0
Text Example
Text Example
White with #3AC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC9A0; }
p { color: rgb(58,201,160); }
H1.HeaderClassName
{
color: #3AC9A0;
}
.AnyTagClassName
{
color: #3AC9A0;
}
</style>
background-color css
<style>
a { background-color: #3AC9A0; }
a { background-color: rgb(58,201,160); }
div.DivClassName
{
background-color: #3AC9A0;
}
.BgClassName
{
background-color: #3AC9A0;
}
</style>
border-color css
<style>
span { border-color: #3AC9A0; }
span { border-color: rgb(58,201,160); }
td.TdClassName
{
border-color: #3AC9A0;
}
.TagClassName
{
border-color: #3AC9A0;
}
</style>