Shades of Shamrock #3ABA96
Tints of Shamrock #3ABA96
RGB
CMYK
RGB Variations
Color information
#3ABA96 (or 0x3ABA96) is known color: Shamrock. HEX triplet: 3A, BA and 96. RGB value is (58,186,150). Sum of RGB (Red+Green+Blue) = 58+186+150=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA96 is #C54569. Grayscale: #8F8F8F. Windows color (decimal): -12928362 or 9878074. OLE color: 9878074.
HSL color Cylindrical-coordinate representation of color #3ABA96: hue angle of 163.12º 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 #3ABA96 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 150 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.27 |
| HSL | 163.13º | 0.52% | 0.48% | - |
| HSV(B) | 163.13º | 0.69% | 0.73% | - |
| XYZ | 24.81 | 38.22 | 34.92 | - |
| YUV | 143.62 | 131.59 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 150 | 0.69 | 0 | 0.19 | 0.27 | 163.13 | 0.52 | 0.48 |
| Hex | 3A | BA | 96 | 45 | 0 | 13 | 1B | A3 | 34 | 30 |
| Octal | 72 | 272 | 226 | 105 | 0 | 23 | 33 | 243 | 64 | 60 |
| Binary | 111010 | 10111010 | 10010110 | 1000101 | 0 | 10011 | 11011 | 10100011 | 110100 | 110000 |
Color Harmonies of #3ABA96
Complementary color
Monochromatic Colors of #3ABA96
Black with #3ABA96
Text Example
Text Example
White with #3ABA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA96; }
p { color: rgb(58,186,150); }
H1.HeaderClassName
{
color: #3ABA96;
}
.AnyTagClassName
{
color: #3ABA96;
}
</style>
background-color css
<style>
a { background-color: #3ABA96; }
a { background-color: rgb(58,186,150); }
div.DivClassName
{
background-color: #3ABA96;
}
.BgClassName
{
background-color: #3ABA96;
}
</style>
border-color css
<style>
span { border-color: #3ABA96; }
span { border-color: rgb(58,186,150); }
td.TdClassName
{
border-color: #3ABA96;
}
.TagClassName
{
border-color: #3ABA96;
}
</style>