Shades of Shamrock #3BC2AC
Tints of Shamrock #3BC2AC
RGB
CMYK
RGB Variations
Color information
#3BC2AC (or 0x3BC2AC) is known color: Shamrock. HEX triplet: 3B, C2 and AC. RGB value is (59,194,172). Sum of RGB (Red+Green+Blue) = 59+194+172=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC2AC is #C43D53. Grayscale: #979797. Windows color (decimal): -12860756 or 11321915. OLE color: 11321915.
HSL color Cylindrical-coordinate representation of color #3BC2AC: hue angle of 170.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC2AC is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 172 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.24 |
| HSL | 170.22º | 0.53% | 0.5% | - |
| HSV(B) | 170.22º | 0.7% | 0.76% | - |
| XYZ | 28.54 | 42.49 | 45.73 | - |
| YUV | 151.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 172 | 0.70 | 0 | 0.11 | 0.24 | 170.22 | 0.53 | 0.5 |
| Hex | 3B | C2 | AC | 46 | 0 | B | 18 | AA | 35 | 32 |
| Octal | 73 | 302 | 254 | 106 | 0 | 13 | 30 | 252 | 65 | 62 |
| Binary | 111011 | 11000010 | 10101100 | 1000110 | 0 | 1011 | 11000 | 10101010 | 110101 | 110010 |
Color Harmonies of #3BC2AC
Complementary color
Monochromatic Colors of #3BC2AC
Black with #3BC2AC
Text Example
Text Example
White with #3BC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2AC; }
p { color: rgb(59,194,172); }
H1.HeaderClassName
{
color: #3BC2AC;
}
.AnyTagClassName
{
color: #3BC2AC;
}
</style>
background-color css
<style>
a { background-color: #3BC2AC; }
a { background-color: rgb(59,194,172); }
div.DivClassName
{
background-color: #3BC2AC;
}
.BgClassName
{
background-color: #3BC2AC;
}
</style>
border-color css
<style>
span { border-color: #3BC2AC; }
span { border-color: rgb(59,194,172); }
td.TdClassName
{
border-color: #3BC2AC;
}
.TagClassName
{
border-color: #3BC2AC;
}
</style>