Shades of Shamrock #3BFBA6
Tints of Shamrock #3BFBA6
RGB
CMYK
RGB Variations
Color information
#3BFBA6 (or 0x3BFBA6) is known color: Shamrock. HEX triplet: 3B, FB and A6. RGB value is (59,251,166). Sum of RGB (Red+Green+Blue) = 59+251+166=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFBA6 is #C40459. Grayscale: #B8B8B8. Windows color (decimal): -12846170 or 10943291. OLE color: 10943291.
HSL color Cylindrical-coordinate representation of color #3BFBA6: hue angle of 153.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFBA6 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 166 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.02 |
| HSL | 153.44º | 0.96% | 0.61% | - |
| HSV(B) | 153.44º | 0.76% | 0.98% | - |
| XYZ | 43.18 | 72.68 | 47.83 | - |
| YUV | 183.9 | 117.89 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 166 | 0.76 | 0 | 0.34 | 0.02 | 153.44 | 0.96 | 0.61 |
| Hex | 3B | FB | A6 | 4C | 0 | 22 | 2 | 99 | 60 | 3D |
| Octal | 73 | 373 | 246 | 114 | 0 | 42 | 2 | 231 | 140 | 75 |
| Binary | 111011 | 11111011 | 10100110 | 1001100 | 0 | 100010 | 10 | 10011001 | 1100000 | 111101 |
Color Harmonies of #3BFBA6
Complementary color
Monochromatic Colors of #3BFBA6
Black with #3BFBA6
Text Example
Text Example
White with #3BFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFBA6; }
p { color: rgb(59,251,166); }
H1.HeaderClassName
{
color: #3BFBA6;
}
.AnyTagClassName
{
color: #3BFBA6;
}
</style>
background-color css
<style>
a { background-color: #3BFBA6; }
a { background-color: rgb(59,251,166); }
div.DivClassName
{
background-color: #3BFBA6;
}
.BgClassName
{
background-color: #3BFBA6;
}
</style>
border-color css
<style>
span { border-color: #3BFBA6; }
span { border-color: rgb(59,251,166); }
td.TdClassName
{
border-color: #3BFBA6;
}
.TagClassName
{
border-color: #3BFBA6;
}
</style>