Shades of Shamrock #3BC6AC
Tints of Shamrock #3BC6AC
RGB
CMYK
RGB Variations
Color information
#3BC6AC (or 0x3BC6AC) is known color: Shamrock. HEX triplet: 3B, C6 and AC. RGB value is (59,198,172). Sum of RGB (Red+Green+Blue) = 59+198+172=429 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.75% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC6AC is #C43953. Grayscale: #999999. Windows color (decimal): -12859732 or 11322939. OLE color: 11322939.
HSL color Cylindrical-coordinate representation of color #3BC6AC: hue angle of 168.78º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC6AC is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 172 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.22 |
| HSL | 168.78º | 0.55% | 0.5% | - |
| HSV(B) | 168.78º | 0.7% | 0.78% | - |
| XYZ | 29.44 | 44.3 | 46.03 | - |
| YUV | 153.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 172 | 0.70 | 0 | 0.13 | 0.22 | 168.78 | 0.55 | 0.5 |
| Hex | 3B | C6 | AC | 46 | 0 | D | 16 | A9 | 37 | 32 |
| Octal | 73 | 306 | 254 | 106 | 0 | 15 | 26 | 251 | 67 | 62 |
| Binary | 111011 | 11000110 | 10101100 | 1000110 | 0 | 1101 | 10110 | 10101001 | 110111 | 110010 |
Color Harmonies of #3BC6AC
Complementary color
Monochromatic Colors of #3BC6AC
Black with #3BC6AC
Text Example
Text Example
White with #3BC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC6AC; }
p { color: rgb(59,198,172); }
H1.HeaderClassName
{
color: #3BC6AC;
}
.AnyTagClassName
{
color: #3BC6AC;
}
</style>
background-color css
<style>
a { background-color: #3BC6AC; }
a { background-color: rgb(59,198,172); }
div.DivClassName
{
background-color: #3BC6AC;
}
.BgClassName
{
background-color: #3BC6AC;
}
</style>
border-color css
<style>
span { border-color: #3BC6AC; }
span { border-color: rgb(59,198,172); }
td.TdClassName
{
border-color: #3BC6AC;
}
.TagClassName
{
border-color: #3BC6AC;
}
</style>