Shades of Shamrock #3BEBA6
Tints of Shamrock #3BEBA6
RGB
CMYK
RGB Variations
Color information
#3BEBA6 (or 0x3BEBA6) is known color: Shamrock. HEX triplet: 3B, EB and A6. RGB value is (59,235,166). Sum of RGB (Red+Green+Blue) = 59+235+166=460 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.83% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEBA6 is #C41459. Grayscale: #AEAEAE. Windows color (decimal): -12850266 or 10939195. OLE color: 10939195.
HSL color Cylindrical-coordinate representation of color #3BEBA6: hue angle of 156.48º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBA6 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 235 | 166 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.08 |
| HSL | 156.48º | 0.81% | 0.58% | - |
| HSV(B) | 156.48º | 0.75% | 0.92% | - |
| XYZ | 38.39 | 63.1 | 46.23 | - |
| YUV | 174.51 | 123.19 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 235 | 166 | 0.75 | 0 | 0.29 | 0.08 | 156.48 | 0.81 | 0.58 |
| Hex | 3B | EB | A6 | 4B | 0 | 1D | 8 | 9C | 51 | 3A |
| Octal | 73 | 353 | 246 | 113 | 0 | 35 | 10 | 234 | 121 | 72 |
| Binary | 111011 | 11101011 | 10100110 | 1001011 | 0 | 11101 | 1000 | 10011100 | 1010001 | 111010 |
Color Harmonies of #3BEBA6
Complementary color
Monochromatic Colors of #3BEBA6
Black with #3BEBA6
Text Example
Text Example
White with #3BEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEBA6; }
p { color: rgb(59,235,166); }
H1.HeaderClassName
{
color: #3BEBA6;
}
.AnyTagClassName
{
color: #3BEBA6;
}
</style>
background-color css
<style>
a { background-color: #3BEBA6; }
a { background-color: rgb(59,235,166); }
div.DivClassName
{
background-color: #3BEBA6;
}
.BgClassName
{
background-color: #3BEBA6;
}
</style>
border-color css
<style>
span { border-color: #3BEBA6; }
span { border-color: rgb(59,235,166); }
td.TdClassName
{
border-color: #3BEBA6;
}
.TagClassName
{
border-color: #3BEBA6;
}
</style>