Shades of Shamrock #3ABA8F
Tints of Shamrock #3ABA8F
RGB
CMYK
RGB Variations
Color information
#3ABA8F (or 0x3ABA8F) is known color: Shamrock. HEX triplet: 3A, BA and 8F. RGB value is (58,186,143). Sum of RGB (Red+Green+Blue) = 58+186+143=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA8F is #C54570. Grayscale: #8E8E8E. Windows color (decimal): -12928369 or 9419322. OLE color: 9419322.
HSL color Cylindrical-coordinate representation of color #3ABA8F: hue angle of 159.84º 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 #3ABA8F is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 143 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.27 |
| HSL | 159.84º | 0.52% | 0.48% | - |
| HSV(B) | 159.84º | 0.69% | 0.73% | - |
| XYZ | 24.26 | 38 | 32.04 | - |
| YUV | 142.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 143 | 0.69 | 0 | 0.23 | 0.27 | 159.84 | 0.52 | 0.48 |
| Hex | 3A | BA | 8F | 45 | 0 | 17 | 1B | A0 | 34 | 30 |
| Octal | 72 | 272 | 217 | 105 | 0 | 27 | 33 | 240 | 64 | 60 |
| Binary | 111010 | 10111010 | 10001111 | 1000101 | 0 | 10111 | 11011 | 10100000 | 110100 | 110000 |
Color Harmonies of #3ABA8F
Complementary color
Monochromatic Colors of #3ABA8F
Black with #3ABA8F
Text Example
Text Example
White with #3ABA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA8F; }
p { color: rgb(58,186,143); }
H1.HeaderClassName
{
color: #3ABA8F;
}
.AnyTagClassName
{
color: #3ABA8F;
}
</style>
background-color css
<style>
a { background-color: #3ABA8F; }
a { background-color: rgb(58,186,143); }
div.DivClassName
{
background-color: #3ABA8F;
}
.BgClassName
{
background-color: #3ABA8F;
}
</style>
border-color css
<style>
span { border-color: #3ABA8F; }
span { border-color: rgb(58,186,143); }
td.TdClassName
{
border-color: #3ABA8F;
}
.TagClassName
{
border-color: #3ABA8F;
}
</style>