Shades of Shamrock #3ABFA6
Tints of Shamrock #3ABFA6
RGB
CMYK
RGB Variations
Color information
#3ABFA6 (or 0x3ABFA6) is known color: Shamrock. HEX triplet: 3A, BF and A6. RGB value is (58,191,166). Sum of RGB (Red+Green+Blue) = 58+191+166=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABFA6 is #C54059. Grayscale: #949494. Windows color (decimal): -12927066 or 10927930. OLE color: 10927930.
HSL color Cylindrical-coordinate representation of color #3ABFA6: hue angle of 168.72º 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 #3ABFA6 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 166 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.25 |
| HSL | 168.72º | 0.53% | 0.49% | - |
| HSV(B) | 168.72º | 0.7% | 0.75% | - |
| XYZ | 27.26 | 40.91 | 42.54 | - |
| YUV | 148.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 166 | 0.70 | 0 | 0.13 | 0.25 | 168.72 | 0.53 | 0.49 |
| Hex | 3A | BF | A6 | 46 | 0 | D | 19 | A9 | 35 | 31 |
| Octal | 72 | 277 | 246 | 106 | 0 | 15 | 31 | 251 | 65 | 61 |
| Binary | 111010 | 10111111 | 10100110 | 1000110 | 0 | 1101 | 11001 | 10101001 | 110101 | 110001 |
Color Harmonies of #3ABFA6
Complementary color
Monochromatic Colors of #3ABFA6
Black with #3ABFA6
Text Example
Text Example
White with #3ABFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABFA6; }
p { color: rgb(58,191,166); }
H1.HeaderClassName
{
color: #3ABFA6;
}
.AnyTagClassName
{
color: #3ABFA6;
}
</style>
background-color css
<style>
a { background-color: #3ABFA6; }
a { background-color: rgb(58,191,166); }
div.DivClassName
{
background-color: #3ABFA6;
}
.BgClassName
{
background-color: #3ABFA6;
}
</style>
border-color css
<style>
span { border-color: #3ABFA6; }
span { border-color: rgb(58,191,166); }
td.TdClassName
{
border-color: #3ABFA6;
}
.TagClassName
{
border-color: #3ABFA6;
}
</style>