Shades of Shamrock #3ABCA6
Tints of Shamrock #3ABCA6
RGB
CMYK
RGB Variations
Color information
#3ABCA6 (or 0x3ABCA6) is known color: Shamrock. HEX triplet: 3A, BC and A6. RGB value is (58,188,166). Sum of RGB (Red+Green+Blue) = 58+188+166=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCA6 is #C54359. Grayscale: #929292. Windows color (decimal): -12927834 or 10927162. OLE color: 10927162.
HSL color Cylindrical-coordinate representation of color #3ABCA6: hue angle of 169.85º 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 #3ABCA6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 166 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.26 |
| HSL | 169.85º | 0.53% | 0.48% | - |
| HSV(B) | 169.85º | 0.69% | 0.74% | - |
| XYZ | 26.61 | 39.62 | 42.32 | - |
| YUV | 146.62 | 138.93 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 166 | 0.69 | 0 | 0.12 | 0.26 | 169.85 | 0.53 | 0.48 |
| Hex | 3A | BC | A6 | 45 | 0 | C | 1A | AA | 35 | 30 |
| Octal | 72 | 274 | 246 | 105 | 0 | 14 | 32 | 252 | 65 | 60 |
| Binary | 111010 | 10111100 | 10100110 | 1000101 | 0 | 1100 | 11010 | 10101010 | 110101 | 110000 |
Color Harmonies of #3ABCA6
Complementary color
Monochromatic Colors of #3ABCA6
Black with #3ABCA6
Text Example
Text Example
White with #3ABCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCA6; }
p { color: rgb(58,188,166); }
H1.HeaderClassName
{
color: #3ABCA6;
}
.AnyTagClassName
{
color: #3ABCA6;
}
</style>
background-color css
<style>
a { background-color: #3ABCA6; }
a { background-color: rgb(58,188,166); }
div.DivClassName
{
background-color: #3ABCA6;
}
.BgClassName
{
background-color: #3ABCA6;
}
</style>
border-color css
<style>
span { border-color: #3ABCA6; }
span { border-color: rgb(58,188,166); }
td.TdClassName
{
border-color: #3ABCA6;
}
.TagClassName
{
border-color: #3ABCA6;
}
</style>