Shades of Shamrock #3ABAA3
Tints of Shamrock #3ABAA3
RGB
CMYK
RGB Variations
Color information
#3ABAA3 (or 0x3ABAA3) is known color: Shamrock. HEX triplet: 3A, BA and A3. RGB value is (58,186,163). Sum of RGB (Red+Green+Blue) = 58+186+163=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABAA3 is #C5455C. Grayscale: #919191. Windows color (decimal): -12928349 or 10730042. OLE color: 10730042.
HSL color Cylindrical-coordinate representation of color #3ABAA3: hue angle of 169.22º 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 #3ABAA3 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 163 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.27 |
| HSL | 169.22º | 0.52% | 0.48% | - |
| HSV(B) | 169.22º | 0.69% | 0.73% | - |
| XYZ | 25.91 | 38.66 | 40.75 | - |
| YUV | 145.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 163 | 0.69 | 0 | 0.12 | 0.27 | 169.22 | 0.52 | 0.48 |
| Hex | 3A | BA | A3 | 45 | 0 | C | 1B | A9 | 34 | 30 |
| Octal | 72 | 272 | 243 | 105 | 0 | 14 | 33 | 251 | 64 | 60 |
| Binary | 111010 | 10111010 | 10100011 | 1000101 | 0 | 1100 | 11011 | 10101001 | 110100 | 110000 |
Color Harmonies of #3ABAA3
Complementary color
Monochromatic Colors of #3ABAA3
Black with #3ABAA3
Text Example
Text Example
White with #3ABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAA3; }
p { color: rgb(58,186,163); }
H1.HeaderClassName
{
color: #3ABAA3;
}
.AnyTagClassName
{
color: #3ABAA3;
}
</style>
background-color css
<style>
a { background-color: #3ABAA3; }
a { background-color: rgb(58,186,163); }
div.DivClassName
{
background-color: #3ABAA3;
}
.BgClassName
{
background-color: #3ABAA3;
}
</style>
border-color css
<style>
span { border-color: #3ABAA3; }
span { border-color: rgb(58,186,163); }
td.TdClassName
{
border-color: #3ABAA3;
}
.TagClassName
{
border-color: #3ABAA3;
}
</style>