Shades of Shamrock #3ABBA0
Tints of Shamrock #3ABBA0
RGB
CMYK
RGB Variations
Color information
#3ABBA0 (or 0x3ABBA0) is known color: Shamrock. HEX triplet: 3A, BB and A0. RGB value is (58,187,160). Sum of RGB (Red+Green+Blue) = 58+187+160=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABBA0 is #C5445F. Grayscale: #919191. Windows color (decimal): -12928096 or 10533690. OLE color: 10533690.
HSL color Cylindrical-coordinate representation of color #3ABBA0: hue angle of 167.44º degrees, saturation: 0.53, 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 #3ABBA0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 160 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.27 |
| HSL | 167.44º | 0.53% | 0.48% | - |
| HSV(B) | 167.44º | 0.69% | 0.73% | - |
| XYZ | 25.86 | 38.98 | 39.42 | - |
| YUV | 145.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 160 | 0.69 | 0 | 0.14 | 0.27 | 167.44 | 0.53 | 0.48 |
| Hex | 3A | BB | A0 | 45 | 0 | E | 1B | A7 | 35 | 30 |
| Octal | 72 | 273 | 240 | 105 | 0 | 16 | 33 | 247 | 65 | 60 |
| Binary | 111010 | 10111011 | 10100000 | 1000101 | 0 | 1110 | 11011 | 10100111 | 110101 | 110000 |
Color Harmonies of #3ABBA0
Complementary color
Monochromatic Colors of #3ABBA0
Black with #3ABBA0
Text Example
Text Example
White with #3ABBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBA0; }
p { color: rgb(58,187,160); }
H1.HeaderClassName
{
color: #3ABBA0;
}
.AnyTagClassName
{
color: #3ABBA0;
}
</style>
background-color css
<style>
a { background-color: #3ABBA0; }
a { background-color: rgb(58,187,160); }
div.DivClassName
{
background-color: #3ABBA0;
}
.BgClassName
{
background-color: #3ABBA0;
}
</style>
border-color css
<style>
span { border-color: #3ABBA0; }
span { border-color: rgb(58,187,160); }
td.TdClassName
{
border-color: #3ABBA0;
}
.TagClassName
{
border-color: #3ABBA0;
}
</style>