Shades of Shamrock #3ABA91
Tints of Shamrock #3ABA91
RGB
CMYK
RGB Variations
Color information
#3ABA91 (or 0x3ABA91) is known color: Shamrock. HEX triplet: 3A, BA and 91. RGB value is (58,186,145). Sum of RGB (Red+Green+Blue) = 58+186+145=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA91 is #C5456E. Grayscale: #8F8F8F. Windows color (decimal): -12928367 or 9550394. OLE color: 9550394.
HSL color Cylindrical-coordinate representation of color #3ABA91: hue angle of 160.78º 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 #3ABA91 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 145 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.27 |
| HSL | 160.78º | 0.52% | 0.48% | - |
| HSV(B) | 160.78º | 0.69% | 0.73% | - |
| XYZ | 24.41 | 38.06 | 32.85 | - |
| YUV | 143.05 | 129.09 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 145 | 0.69 | 0 | 0.22 | 0.27 | 160.78 | 0.52 | 0.48 |
| Hex | 3A | BA | 91 | 45 | 0 | 16 | 1B | A1 | 34 | 30 |
| Octal | 72 | 272 | 221 | 105 | 0 | 26 | 33 | 241 | 64 | 60 |
| Binary | 111010 | 10111010 | 10010001 | 1000101 | 0 | 10110 | 11011 | 10100001 | 110100 | 110000 |
Color Harmonies of #3ABA91
Complementary color
Monochromatic Colors of #3ABA91
Black with #3ABA91
Text Example
Text Example
White with #3ABA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA91; }
p { color: rgb(58,186,145); }
H1.HeaderClassName
{
color: #3ABA91;
}
.AnyTagClassName
{
color: #3ABA91;
}
</style>
background-color css
<style>
a { background-color: #3ABA91; }
a { background-color: rgb(58,186,145); }
div.DivClassName
{
background-color: #3ABA91;
}
.BgClassName
{
background-color: #3ABA91;
}
</style>
border-color css
<style>
span { border-color: #3ABA91; }
span { border-color: rgb(58,186,145); }
td.TdClassName
{
border-color: #3ABA91;
}
.TagClassName
{
border-color: #3ABA91;
}
</style>