Shades of Shamrock #3ABA9F
Tints of Shamrock #3ABA9F
RGB
CMYK
RGB Variations
Color information
#3ABA9F (or 0x3ABA9F) is known color: Shamrock. HEX triplet: 3A, BA and 9F. RGB value is (58,186,159). Sum of RGB (Red+Green+Blue) = 58+186+159=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABA9F is #C54560. Grayscale: #909090. Windows color (decimal): -12928353 or 10467898. OLE color: 10467898.
HSL color Cylindrical-coordinate representation of color #3ABA9F: hue angle of 167.34º 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 #3ABA9F is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 159 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.27 |
| HSL | 167.34º | 0.52% | 0.48% | - |
| HSV(B) | 167.34º | 0.69% | 0.73% | - |
| XYZ | 25.56 | 38.52 | 38.89 | - |
| YUV | 144.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 159 | 0.69 | 0 | 0.15 | 0.27 | 167.34 | 0.52 | 0.48 |
| Hex | 3A | BA | 9F | 45 | 0 | F | 1B | A7 | 34 | 30 |
| Octal | 72 | 272 | 237 | 105 | 0 | 17 | 33 | 247 | 64 | 60 |
| Binary | 111010 | 10111010 | 10011111 | 1000101 | 0 | 1111 | 11011 | 10100111 | 110100 | 110000 |
Color Harmonies of #3ABA9F
Complementary color
Monochromatic Colors of #3ABA9F
Black with #3ABA9F
Text Example
Text Example
White with #3ABA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA9F; }
p { color: rgb(58,186,159); }
H1.HeaderClassName
{
color: #3ABA9F;
}
.AnyTagClassName
{
color: #3ABA9F;
}
</style>
background-color css
<style>
a { background-color: #3ABA9F; }
a { background-color: rgb(58,186,159); }
div.DivClassName
{
background-color: #3ABA9F;
}
.BgClassName
{
background-color: #3ABA9F;
}
</style>
border-color css
<style>
span { border-color: #3ABA9F; }
span { border-color: rgb(58,186,159); }
td.TdClassName
{
border-color: #3ABA9F;
}
.TagClassName
{
border-color: #3ABA9F;
}
</style>