Shades of Shamrock #3ABA94
Tints of Shamrock #3ABA94
RGB
CMYK
RGB Variations
Color information
#3ABA94 (or 0x3ABA94) is known color: Shamrock. HEX triplet: 3A, BA and 94. RGB value is (58,186,148). Sum of RGB (Red+Green+Blue) = 58+186+148=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA94 is #C5456B. Grayscale: #8F8F8F. Windows color (decimal): -12928364 or 9747002. OLE color: 9747002.
HSL color Cylindrical-coordinate representation of color #3ABA94: hue angle of 162.19º 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 #3ABA94 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 148 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.27 |
| HSL | 162.19º | 0.52% | 0.48% | - |
| HSV(B) | 162.19º | 0.69% | 0.73% | - |
| XYZ | 24.65 | 38.16 | 34.08 | - |
| YUV | 143.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 148 | 0.69 | 0 | 0.20 | 0.27 | 162.19 | 0.52 | 0.48 |
| Hex | 3A | BA | 94 | 45 | 0 | 14 | 1B | A2 | 34 | 30 |
| Octal | 72 | 272 | 224 | 105 | 0 | 24 | 33 | 242 | 64 | 60 |
| Binary | 111010 | 10111010 | 10010100 | 1000101 | 0 | 10100 | 11011 | 10100010 | 110100 | 110000 |
Color Harmonies of #3ABA94
Complementary color
Monochromatic Colors of #3ABA94
Black with #3ABA94
Text Example
Text Example
White with #3ABA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA94; }
p { color: rgb(58,186,148); }
H1.HeaderClassName
{
color: #3ABA94;
}
.AnyTagClassName
{
color: #3ABA94;
}
</style>
background-color css
<style>
a { background-color: #3ABA94; }
a { background-color: rgb(58,186,148); }
div.DivClassName
{
background-color: #3ABA94;
}
.BgClassName
{
background-color: #3ABA94;
}
</style>
border-color css
<style>
span { border-color: #3ABA94; }
span { border-color: rgb(58,186,148); }
td.TdClassName
{
border-color: #3ABA94;
}
.TagClassName
{
border-color: #3ABA94;
}
</style>