Shades of Shamrock #3ABA8D
Tints of Shamrock #3ABA8D
RGB
CMYK
RGB Variations
Color information
#3ABA8D (or 0x3ABA8D) is known color: Shamrock. HEX triplet: 3A, BA and 8D. RGB value is (58,186,141). Sum of RGB (Red+Green+Blue) = 58+186+141=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA8D is #C54572. Grayscale: #8E8E8E. Windows color (decimal): -12928371 or 9288250. OLE color: 9288250.
HSL color Cylindrical-coordinate representation of color #3ABA8D: hue angle of 158.91º 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 #3ABA8D is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 141 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.27 |
| HSL | 158.91º | 0.52% | 0.48% | - |
| HSV(B) | 158.91º | 0.69% | 0.73% | - |
| XYZ | 24.11 | 37.94 | 31.25 | - |
| YUV | 142.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 141 | 0.69 | 0 | 0.24 | 0.27 | 158.91 | 0.52 | 0.48 |
| Hex | 3A | BA | 8D | 45 | 0 | 18 | 1B | 9F | 34 | 30 |
| Octal | 72 | 272 | 215 | 105 | 0 | 30 | 33 | 237 | 64 | 60 |
| Binary | 111010 | 10111010 | 10001101 | 1000101 | 0 | 11000 | 11011 | 10011111 | 110100 | 110000 |
Color Harmonies of #3ABA8D
Complementary color
Monochromatic Colors of #3ABA8D
Black with #3ABA8D
Text Example
Text Example
White with #3ABA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA8D; }
p { color: rgb(58,186,141); }
H1.HeaderClassName
{
color: #3ABA8D;
}
.AnyTagClassName
{
color: #3ABA8D;
}
</style>
background-color css
<style>
a { background-color: #3ABA8D; }
a { background-color: rgb(58,186,141); }
div.DivClassName
{
background-color: #3ABA8D;
}
.BgClassName
{
background-color: #3ABA8D;
}
</style>
border-color css
<style>
span { border-color: #3ABA8D; }
span { border-color: rgb(58,186,141); }
td.TdClassName
{
border-color: #3ABA8D;
}
.TagClassName
{
border-color: #3ABA8D;
}
</style>