Shades of Shamrock #3BE1AC
Tints of Shamrock #3BE1AC
RGB
CMYK
RGB Variations
Color information
#3BE1AC (or 0x3BE1AC) is known color: Shamrock. HEX triplet: 3B, E1 and AC. RGB value is (59,225,172). Sum of RGB (Red+Green+Blue) = 59+225+172=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE1AC is #C41E53. Grayscale: #A9A9A9. Windows color (decimal): -12852820 or 11329851. OLE color: 11329851.
HSL color Cylindrical-coordinate representation of color #3BE1AC: hue angle of 160.84º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE1AC is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 172 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.12 |
| HSL | 160.84º | 0.73% | 0.56% | - |
| HSV(B) | 160.84º | 0.74% | 0.88% | - |
| XYZ | 36.18 | 57.76 | 48.27 | - |
| YUV | 169.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 172 | 0.74 | 0 | 0.24 | 0.12 | 160.84 | 0.73 | 0.56 |
| Hex | 3B | E1 | AC | 4A | 0 | 18 | C | A1 | 49 | 38 |
| Octal | 73 | 341 | 254 | 112 | 0 | 30 | 14 | 241 | 111 | 70 |
| Binary | 111011 | 11100001 | 10101100 | 1001010 | 0 | 11000 | 1100 | 10100001 | 1001001 | 111000 |
Color Harmonies of #3BE1AC
Complementary color
Monochromatic Colors of #3BE1AC
Black with #3BE1AC
Text Example
Text Example
White with #3BE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE1AC; }
p { color: rgb(59,225,172); }
H1.HeaderClassName
{
color: #3BE1AC;
}
.AnyTagClassName
{
color: #3BE1AC;
}
</style>
background-color css
<style>
a { background-color: #3BE1AC; }
a { background-color: rgb(59,225,172); }
div.DivClassName
{
background-color: #3BE1AC;
}
.BgClassName
{
background-color: #3BE1AC;
}
</style>
border-color css
<style>
span { border-color: #3BE1AC; }
span { border-color: rgb(59,225,172); }
td.TdClassName
{
border-color: #3BE1AC;
}
.TagClassName
{
border-color: #3BE1AC;
}
</style>