Shades of Shamrock #3ABFA0
Tints of Shamrock #3ABFA0
RGB
CMYK
RGB Variations
Color information
#3ABFA0 (or 0x3ABFA0) is known color: Shamrock. HEX triplet: 3A, BF and A0. RGB value is (58,191,160). Sum of RGB (Red+Green+Blue) = 58+191+160=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABFA0 is #C5405F. Grayscale: #939393. Windows color (decimal): -12927072 or 10534714. OLE color: 10534714.
HSL color Cylindrical-coordinate representation of color #3ABFA0: hue angle of 166.02º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 160 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.25 |
| HSL | 166.02º | 0.53% | 0.49% | - |
| HSV(B) | 166.02º | 0.7% | 0.75% | - |
| XYZ | 26.72 | 40.7 | 39.71 | - |
| YUV | 147.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 160 | 0.70 | 0 | 0.16 | 0.25 | 166.02 | 0.53 | 0.49 |
| Hex | 3A | BF | A0 | 46 | 0 | 10 | 19 | A6 | 35 | 31 |
| Octal | 72 | 277 | 240 | 106 | 0 | 20 | 31 | 246 | 65 | 61 |
| Binary | 111010 | 10111111 | 10100000 | 1000110 | 0 | 10000 | 11001 | 10100110 | 110101 | 110001 |
Color Harmonies of #3ABFA0
Complementary color
Monochromatic Colors of #3ABFA0
Black with #3ABFA0
Text Example
Text Example
White with #3ABFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFA0; }
p { color: rgb(58,191,160); }
H1.HeaderClassName
{
color: #3ABFA0;
}
.AnyTagClassName
{
color: #3ABFA0;
}
</style>
background-color css
<style>
a { background-color: #3ABFA0; }
a { background-color: rgb(58,191,160); }
div.DivClassName
{
background-color: #3ABFA0;
}
.BgClassName
{
background-color: #3ABFA0;
}
</style>
border-color css
<style>
span { border-color: #3ABFA0; }
span { border-color: rgb(58,191,160); }
td.TdClassName
{
border-color: #3ABFA0;
}
.TagClassName
{
border-color: #3ABFA0;
}
</style>