Shades of Shamrock #3ABA90
Tints of Shamrock #3ABA90
RGB
CMYK
RGB Variations
Color information
#3ABA90 (or 0x3ABA90) is known color: Shamrock. HEX triplet: 3A, BA and 90. RGB value is (58,186,144). Sum of RGB (Red+Green+Blue) = 58+186+144=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA90 is #C5456F. Grayscale: #8E8E8E. Windows color (decimal): -12928368 or 9484858. OLE color: 9484858.
HSL color Cylindrical-coordinate representation of color #3ABA90: hue angle of 160.31º 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 #3ABA90 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 144 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.27 |
| HSL | 160.31º | 0.52% | 0.48% | - |
| HSV(B) | 160.31º | 0.69% | 0.73% | - |
| XYZ | 24.34 | 38.03 | 32.44 | - |
| YUV | 142.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 144 | 0.69 | 0 | 0.23 | 0.27 | 160.31 | 0.52 | 0.48 |
| Hex | 3A | BA | 90 | 45 | 0 | 17 | 1B | A0 | 34 | 30 |
| Octal | 72 | 272 | 220 | 105 | 0 | 27 | 33 | 240 | 64 | 60 |
| Binary | 111010 | 10111010 | 10010000 | 1000101 | 0 | 10111 | 11011 | 10100000 | 110100 | 110000 |
Color Harmonies of #3ABA90
Complementary color
Monochromatic Colors of #3ABA90
Black with #3ABA90
Text Example
Text Example
White with #3ABA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA90; }
p { color: rgb(58,186,144); }
H1.HeaderClassName
{
color: #3ABA90;
}
.AnyTagClassName
{
color: #3ABA90;
}
</style>
background-color css
<style>
a { background-color: #3ABA90; }
a { background-color: rgb(58,186,144); }
div.DivClassName
{
background-color: #3ABA90;
}
.BgClassName
{
background-color: #3ABA90;
}
</style>
border-color css
<style>
span { border-color: #3ABA90; }
span { border-color: rgb(58,186,144); }
td.TdClassName
{
border-color: #3ABA90;
}
.TagClassName
{
border-color: #3ABA90;
}
</style>