Shades of Shamrock #3ABAA6
Tints of Shamrock #3ABAA6
RGB
CMYK
RGB Variations
Color information
#3ABAA6 (or 0x3ABAA6) is known color: Shamrock. HEX triplet: 3A, BA and A6. RGB value is (58,186,166). Sum of RGB (Red+Green+Blue) = 58+186+166=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAA6 is #C54559. Grayscale: #919191. Windows color (decimal): -12928346 or 10926650. OLE color: 10926650.
HSL color Cylindrical-coordinate representation of color #3ABAA6: hue angle of 170.62º 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 #3ABAA6 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 166 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.27 |
| HSL | 170.63º | 0.52% | 0.48% | - |
| HSV(B) | 170.63º | 0.69% | 0.73% | - |
| XYZ | 26.19 | 38.77 | 42.18 | - |
| YUV | 145.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 166 | 0.69 | 0 | 0.11 | 0.27 | 170.63 | 0.52 | 0.48 |
| Hex | 3A | BA | A6 | 45 | 0 | B | 1B | AB | 34 | 30 |
| Octal | 72 | 272 | 246 | 105 | 0 | 13 | 33 | 253 | 64 | 60 |
| Binary | 111010 | 10111010 | 10100110 | 1000101 | 0 | 1011 | 11011 | 10101011 | 110100 | 110000 |
Color Harmonies of #3ABAA6
Complementary color
Monochromatic Colors of #3ABAA6
Black with #3ABAA6
Text Example
Text Example
White with #3ABAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAA6; }
p { color: rgb(58,186,166); }
H1.HeaderClassName
{
color: #3ABAA6;
}
.AnyTagClassName
{
color: #3ABAA6;
}
</style>
background-color css
<style>
a { background-color: #3ABAA6; }
a { background-color: rgb(58,186,166); }
div.DivClassName
{
background-color: #3ABAA6;
}
.BgClassName
{
background-color: #3ABAA6;
}
</style>
border-color css
<style>
span { border-color: #3ABAA6; }
span { border-color: rgb(58,186,166); }
td.TdClassName
{
border-color: #3ABAA6;
}
.TagClassName
{
border-color: #3ABAA6;
}
</style>