Shades of Shamrock #3ABA93
Tints of Shamrock #3ABA93
RGB
CMYK
RGB Variations
Color information
#3ABA93 (or 0x3ABA93) is known color: Shamrock. HEX triplet: 3A, BA and 93. RGB value is (58,186,147). Sum of RGB (Red+Green+Blue) = 58+186+147=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA93 is #C5456C. Grayscale: #8F8F8F. Windows color (decimal): -12928365 or 9681466. OLE color: 9681466.
HSL color Cylindrical-coordinate representation of color #3ABA93: hue angle of 161.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA93 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 147 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.27 |
| HSL | 161.72º | 0.52% | 0.48% | - |
| HSV(B) | 161.72º | 0.69% | 0.73% | - |
| XYZ | 24.57 | 38.12 | 33.67 | - |
| YUV | 143.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 147 | 0.69 | 0 | 0.21 | 0.27 | 161.72 | 0.52 | 0.48 |
| Hex | 3A | BA | 93 | 45 | 0 | 15 | 1B | A2 | 34 | 30 |
| Octal | 72 | 272 | 223 | 105 | 0 | 25 | 33 | 242 | 64 | 60 |
| Binary | 111010 | 10111010 | 10010011 | 1000101 | 0 | 10101 | 11011 | 10100010 | 110100 | 110000 |
Color Harmonies of #3ABA93
Complementary color
Monochromatic Colors of #3ABA93
Black with #3ABA93
Text Example
Text Example
White with #3ABA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA93; }
p { color: rgb(58,186,147); }
H1.HeaderClassName
{
color: #3ABA93;
}
.AnyTagClassName
{
color: #3ABA93;
}
</style>
background-color css
<style>
a { background-color: #3ABA93; }
a { background-color: rgb(58,186,147); }
div.DivClassName
{
background-color: #3ABA93;
}
.BgClassName
{
background-color: #3ABA93;
}
</style>
border-color css
<style>
span { border-color: #3ABA93; }
span { border-color: rgb(58,186,147); }
td.TdClassName
{
border-color: #3ABA93;
}
.TagClassName
{
border-color: #3ABA93;
}
</style>