Shades of Shamrock #3ABDA0
Tints of Shamrock #3ABDA0
RGB
CMYK
RGB Variations
Color information
#3ABDA0 (or 0x3ABDA0) is known color: Shamrock. HEX triplet: 3A, BD and A0. RGB value is (58,189,160). Sum of RGB (Red+Green+Blue) = 58+189+160=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDA0 is #C5425F. Grayscale: #929292. Windows color (decimal): -12927584 or 10534202. OLE color: 10534202.
HSL color Cylindrical-coordinate representation of color #3ABDA0: hue angle of 166.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABDA0 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 189 | 160 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.26 |
| HSL | 166.72º | 0.53% | 0.48% | - |
| HSV(B) | 166.72º | 0.69% | 0.74% | - |
| XYZ | 26.29 | 39.83 | 39.56 | - |
| YUV | 146.53 | 135.6 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 160 | 0.69 | 0 | 0.15 | 0.26 | 166.72 | 0.53 | 0.48 |
| Hex | 3A | BD | A0 | 45 | 0 | F | 1A | A7 | 35 | 30 |
| Octal | 72 | 275 | 240 | 105 | 0 | 17 | 32 | 247 | 65 | 60 |
| Binary | 111010 | 10111101 | 10100000 | 1000101 | 0 | 1111 | 11010 | 10100111 | 110101 | 110000 |
Color Harmonies of #3ABDA0
Complementary color
Monochromatic Colors of #3ABDA0
Black with #3ABDA0
Text Example
Text Example
White with #3ABDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDA0; }
p { color: rgb(58,189,160); }
H1.HeaderClassName
{
color: #3ABDA0;
}
.AnyTagClassName
{
color: #3ABDA0;
}
</style>
background-color css
<style>
a { background-color: #3ABDA0; }
a { background-color: rgb(58,189,160); }
div.DivClassName
{
background-color: #3ABDA0;
}
.BgClassName
{
background-color: #3ABDA0;
}
</style>
border-color css
<style>
span { border-color: #3ABDA0; }
span { border-color: rgb(58,189,160); }
td.TdClassName
{
border-color: #3ABDA0;
}
.TagClassName
{
border-color: #3ABDA0;
}
</style>